Skip to content

Commit e55b3ac

Browse files
authored
GH-245 Update Groovy version to latest patch
Groovy patch version 24 supports Java 24, but use the latest Groovy patch version of 27.
1 parent 5ae46da commit e55b3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi-annotation-processor/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
testImplementation(project(":openapi-annotation-processor"))
1313

1414
implementation(kotlin("reflect"))
15-
implementation("org.apache.groovy:groovy:4.0.21")
15+
implementation("org.apache.groovy:groovy:4.0.27")
1616

1717
implementation("io.javalin:javalin:6.6.0") {
1818
exclude(group = "org.slf4j")

0 commit comments

Comments
 (0)