File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ recipeDependencies {
3838val rewriteVersion = rewriteRecipe.rewriteVersion.get()
3939dependencies {
4040 compileOnly(" org.projectlombok:lombok:latest.release" )
41- compileOnly(" org.codehaus .groovy:groovy:latest.release " )
41+ compileOnly(" org.apache .groovy:groovy:4.+ " )
4242
4343 annotationProcessor(" org.projectlombok:lombok:latest.release" )
4444 testImplementation(" org.projectlombok:lombok:latest.release" )
@@ -91,7 +91,7 @@ dependencies {
9191 testRuntimeOnly(" commons-logging:commons-logging:1.3.2" )
9292 testRuntimeOnly(" org.apache.logging.log4j:log4j-api:2.23.1" )
9393 testRuntimeOnly(" org.apache.johnzon:johnzon-core:1.2.18" )
94- testRuntimeOnly(" org.codehaus .groovy:groovy:latest.release " )
94+ testRuntimeOnly(" org.apache .groovy:groovy:4.+ " )
9595 testRuntimeOnly(" org.jboss.logging:jboss-logging:3.6.0.Final" )
9696 testRuntimeOnly(" jakarta.annotation:jakarta.annotation-api:2.1.1" )
9797 testRuntimeOnly(" org.springframework:spring-core:6.1.13" )
You can’t perform that action at this time.
0 commit comments