Skip to content

Commit 9fa610f

Browse files
chore: bump org.codehaus.groovy:groovy-all from 3.0.13 to 3.0.21
Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 3.0.13 to 3.0.21. - [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] <[email protected]>
1 parent 420b571 commit 9fa610f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/custom-lint-rules/build.gradle

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation configurations.lintJar
4343
compileOnly "com.android.tools.lint:lint-api:$lintVersion"
4444
compileOnly "com.android.tools.lint:lint-checks:$lintVersion"
45-
compileOnly 'org.codehaus.groovy:groovy-all:3.0.13'
45+
compileOnly 'org.codehaus.groovy:groovy-all:3.0.21'
4646
testImplementation 'junit:junit:4.13.2'
4747
testImplementation "com.android.tools.lint:lint:$lintVersion"
4848
testImplementation "com.android.tools.lint:lint-tests:$lintVersion"

0 commit comments

Comments
 (0)