diff --git a/build.gradle.kts b/build.gradle.kts index b1e7512c..2eacd52e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { runtimeOnly("org.slf4j:slf4j-simple:2.0.16") runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.1.0") runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.23") - runtimeOnly("org.jruby:jruby-core:9.4.9.0") + runtimeOnly("org.jruby:jruby-core:9.4.11.0") testImplementation(kotlin("test")) testImplementation("org.junit.jupiter:junit-jupiter-params")