From 6267425fe0c31e68c7a10590aba73dab751958f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 07:06:22 +0000 Subject: [PATCH] Update dependency org.jruby:jruby-core to v9.4.5.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")