File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
16
16
17
17
dependencies {
18
18
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
20
20
annotationProcessor ' info.picocli:picocli-codegen:4.7.6'
21
21
22
22
testImplementation platform(' org.junit:junit-bom:5.11.4' )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
20
20
21
21
dependencies {
22
22
// 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 '
24
24
25
25
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
26
26
implementation ' org.codenarc:CodeNarc:3.4.0'
You can’t perform that action at this time.
0 commit comments