From 35c8bc0739ad9b55f5be0cdbd231c2ba155dc6fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 11:53:12 +0000 Subject: [PATCH 1/4] chore: bump org.codehaus.groovy:groovy-all from 3.0.13 to 3.0.17 (#386) Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 3.0.13 to 3.0.17. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy-all 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> --- tooling/custom-lint-rules/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tooling/custom-lint-rules/build.gradle diff --git a/tooling/custom-lint-rules/build.gradle b/tooling/custom-lint-rules/build.gradle old mode 100755 new mode 100644 index 99af1017b..b892364ed --- a/tooling/custom-lint-rules/build.gradle +++ b/tooling/custom-lint-rules/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation configurations.lintJar compileOnly "com.android.tools.lint:lint-api:$lintVersion" compileOnly "com.android.tools.lint:lint-checks:$lintVersion" - compileOnly 'org.codehaus.groovy:groovy-all:3.0.13' + compileOnly 'org.codehaus.groovy:groovy-all:3.0.17' testImplementation 'junit:junit:4.13.2' testImplementation "com.android.tools.lint:lint:$lintVersion" testImplementation "com.android.tools.lint:lint-tests:$lintVersion" From 30f766113f85d6b962a20e594a03295cb2ffef51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 23:17:19 +0000 Subject: [PATCH 2/4] chore: bump kotlin_version from 1.7.22 to 1.8.22 (#390) Bumps `kotlin_version` from 1.7.22 to 1.8.22. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.7.22 to 1.8.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.22...v1.8.22) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.7.22 to 1.8.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.22...v1.8.22) Updates `org.jetbrains.kotlin:kotlin-test-junit` from 1.7.22 to 1.8.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.22...v1.8.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-test-junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index de289e3e4..78afb8583 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.7.22' + ext.kotlin_version = '1.8.22' ext.gradle_version = '7.3.1' repositories { From 655033f4c6f340c56a21074cac9161a77e674113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 23:30:26 +0000 Subject: [PATCH 3/4] chore: bump org.mockito:mockito-android from 4.9.0 to 5.4.0 (#389) Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 4.9.0 to 5.4.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.9.0...v5.4.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android 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> --- testutils/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutils/build.gradle b/testutils/build.gradle index 3e07b087c..64203a92d 100644 --- a/testutils/build.gradle +++ b/testutils/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) compileOnly project(':android-core') compileOnly project(':android-kit-base') - compileOnly 'org.mockito:mockito-android:4.9.0' + compileOnly 'org.mockito:mockito-android:5.4.0' api 'androidx.annotation:annotation:1.5.0' api 'androidx.test.ext:junit:1.1.4' From 2f3727bb0b174ce544219b9017f435f7605572d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 23:31:08 +0000 Subject: [PATCH 4/4] chore: bump lintVersion from 30.1.3 to 31.0.2 Bumps `lintVersion` from 30.1.3 to 31.0.2. Updates `com.android.tools.lint:lint-api` from 30.1.3 to 31.0.2 Updates `com.android.tools.lint:lint-checks` from 30.1.3 to 31.0.2 Updates `com.android.tools.lint:lint` from 30.1.3 to 31.0.2 Updates `com.android.tools.lint:lint-tests` from 30.1.3 to 31.0.2 Updates `com.android.tools:testutils` from 30.1.3 to 31.0.2 --- updated-dependencies: - dependency-name: com.android.tools.lint:lint-api dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.android.tools.lint:lint-checks dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.android.tools.lint:lint dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.android.tools.lint:lint-tests dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.android.tools:testutils dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tooling/custom-lint-rules/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/custom-lint-rules/build.gradle b/tooling/custom-lint-rules/build.gradle index b892364ed..8e1272118 100644 --- a/tooling/custom-lint-rules/build.gradle +++ b/tooling/custom-lint-rules/build.gradle @@ -9,7 +9,7 @@ targetCompatibility = 1.8 buildscript { ext { - lintVersion = '30.1.3' + lintVersion = '31.0.2' } repositories { mavenCentral()