diff --git a/build.gradle.kts b/build.gradle.kts index 830660ef..ea7bea34 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { runtimeOnly("org.slf4j:slf4j-simple:2.0.6") runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:1.8.10") - runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.15") + runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.16") runtimeOnly("org.jruby:jruby-core:9.4.2.0") testImplementation(kotlin("test"))