Skip to content

Commit d407ba8

Browse files
chore: bump org.codehaus.groovy:groovy-all from 3.0.13 to 3.0.19 (#436)
Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 3.0.13 to 3.0.19. - [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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e89a23e commit d407ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/custom-lint-rules/build.gradle

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.19'
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)