From 86cc52347cbaa32db1f9547124738503416bddd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:45:43 +0000 Subject: [PATCH] fix(deps): update dependency org.jruby:jruby-core to v9.4.11.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")