From 838720e6b4ba1370c45d22a5107f2137b0d441d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:19:40 -0500 Subject: [PATCH 1/3] Bump gradle/wrapper-validation-action from 1 to 2 (#110) Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 2. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v2) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47b890e..ec8024e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Gradle Wrapper Validation - uses: gradle/wrapper-validation-action@v1 + uses: gradle/wrapper-validation-action@v2 - name: Install JDK uses: actions/setup-java@v4 From 90743b61d07c74ab0d1a0315424c0e2a7072fed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:19:51 -0500 Subject: [PATCH 2/3] Bump io.gitlab.arturbosch.detekt from 1.23.4 to 1.23.5 (#109) Bumps [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.23.4 to 1.23.5. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/compare/v1.23.4...v1.23.5) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 29e2381..1eab9ab 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ tikxml = "0.8.15" xmlutil = "0.86.3" [plugins] -detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.4" } +detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.5" } dokka = { id = "org.jetbrains.dokka", version = "1.9.10" } lint = { id = "com.android.lint", version = "8.1.2" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.27.0" } From e48f34ccebe91d4987f4aeb384e938c0f9eed105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:20:06 -0500 Subject: [PATCH 3/3] Bump com.squareup.moshi:moshi from 1.15.0 to 1.15.1 (#107) Bumps [com.squareup.moshi:moshi](https://github.com/square/moshi) from 1.15.0 to 1.15.1. - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/parent-1.15.0...1.15.1) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1eab9ab..f520e46 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ ksp = "1.9.22-1.0.17" ktfmt = "0.46" jvmTarget = "17" moshix = "0.25.1" -moshi = "1.15.0" +moshi = "1.15.1" tikxml = "0.8.15" xmlutil = "0.86.3"