From 3a9b6d19088cfc45544d89a442bbcf6b5aa31cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 23:11:06 +0000 Subject: [PATCH] chore: bump org.codehaus.groovy:groovy-all from 3.0.13 to 3.0.17 (#372) Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 3.0.13 to 3.0.17. - [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] 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"