diff --git a/build.gradle.kts b/build.gradle.kts index eb1929ad..f9699c58 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { runtimeOnly("org.slf4j:slf4j-simple:2.0.9") runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.20") runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.19") - runtimeOnly("org.jruby:jruby-core:9.4.4.0") + runtimeOnly("org.jruby:jruby-core:9.4.5.0") testImplementation(kotlin("test")) testImplementation("org.junit.jupiter:junit-jupiter-params")