Skip to content

Commit 7ac2b75

Browse files
Bump org.codehaus.groovy:groovy-all from 3.0.23 to 3.0.24 (#46)
Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 3.0.23 to 3.0.24. - [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 b86dc1f commit 7ac2b75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ast-echo/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
dependencies {
1818
implementation 'info.picocli:picocli:4.7.6'
19-
implementation 'org.codehaus.groovy:groovy-all:3.0.23' // to get access to the GroovyAST and support
19+
implementation 'org.codehaus.groovy:groovy-all:3.0.24' // to get access to the GroovyAST and support
2020
annotationProcessor 'info.picocli:picocli-codegen:4.7.6'
2121

2222
testImplementation platform('org.junit:junit-bom:5.11.4')

linter-rules/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
dependencies {
2222
// Use Groovy for building this library
23-
implementation 'org.codehaus.groovy:groovy-all:3.0.23'
23+
implementation 'org.codehaus.groovy:groovy-all:3.0.24'
2424

2525
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
2626
implementation 'org.codenarc:CodeNarc:3.4.0'

0 commit comments

Comments
 (0)