From f221c8852508ac056b12bed6149b72d98ffd9ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:52:47 +0000 Subject: [PATCH 1/2] chore: bump groovy-all from 3.0.12 to 3.0.13 (#242) Bumps [groovy-all](https://github.com/apache/groovy) from 3.0.12 to 3.0.13. - [Release notes](https://github.com/apache/groovy/releases) - [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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tooling/custom-lint-rules/build.gradle | 0 1 file changed, 0 insertions(+), 0 deletions(-) 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 From f453fb22482b2b0eb89eb5726fb53511ea30ffff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 20:11:53 +0000 Subject: [PATCH 2/2] chore: bump lintVersion from 30.1.3 to 30.3.0 Bumps `lintVersion` from 30.1.3 to 30.3.0. Updates `lint-api` from 30.1.3 to 30.3.0 Updates `lint-checks` from 30.1.3 to 30.3.0 Updates `lint` from 30.1.3 to 30.3.0 Updates `lint-tests` from 30.1.3 to 30.3.0 Updates `testutils` from 30.1.3 to 30.3.0 --- updated-dependencies: - dependency-name: com.android.tools.lint:lint-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.tools.lint:lint-checks dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.tools.lint:lint dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.tools.lint:lint-tests dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.tools:testutils dependency-type: direct:production update-type: version-update:semver-minor ... 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 dff4a43b9..06cf50ba2 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 = '30.3.0' } repositories { mavenCentral()