We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe4f18 commit 0c16543Copy full SHA for 0c16543
build.gradle.kts
@@ -41,7 +41,7 @@ dependencies {
41
runtimeOnly("org.slf4j:slf4j-simple:2.0.16")
42
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.1.0")
43
runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.23")
44
- runtimeOnly("org.jruby:jruby-core:9.4.9.0")
+ runtimeOnly("org.jruby:jruby-core:9.4.12.0")
45
46
testImplementation(kotlin("test"))
47
testImplementation("org.junit.jupiter:junit-jupiter-params")
0 commit comments