We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae46da commit e55b3acCopy full SHA for e55b3ac
openapi-annotation-processor/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
testImplementation(project(":openapi-annotation-processor"))
13
14
implementation(kotlin("reflect"))
15
- implementation("org.apache.groovy:groovy:4.0.21")
+ implementation("org.apache.groovy:groovy:4.0.27")
16
17
implementation("io.javalin:javalin:6.6.0") {
18
exclude(group = "org.slf4j")
0 commit comments