From 090a61c2d0ef7239a5ce4151686b4430935ca57f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 22:39:26 +0000 Subject: [PATCH 1/2] chore: bump org.mockito:mockito-android from 4.9.0 to 5.4.0 (#414) 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 76006acceef43115af8c46acea0fdfc879b187ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 22:40:14 +0000 Subject: [PATCH 2/2] chore: bump lintVersion from 30.1.3 to 31.1.0 Bumps `lintVersion` from 30.1.3 to 31.1.0. Updates `com.android.tools.lint:lint-api` from 30.1.3 to 31.1.0 Updates `com.android.tools.lint:lint-checks` from 30.1.3 to 31.1.0 Updates `com.android.tools.lint:lint` from 30.1.3 to 31.1.0 Updates `com.android.tools.lint:lint-tests` from 30.1.3 to 31.1.0 Updates `com.android.tools:testutils` from 30.1.3 to 31.1.0 --- 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(-) 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..e1c95ff47 --- 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.1.0' } repositories { mavenCentral()