Skip to content

Commit 8a5a704

Browse files
Use Groovy 4 (#1001)
1 parent 8387b95 commit 8a5a704

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ recipeDependencies {
3838
val rewriteVersion = rewriteRecipe.rewriteVersion.get()
3939
dependencies {
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")

0 commit comments

Comments
 (0)