We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99364e commit 4eca8e2Copy full SHA for 4eca8e2
build.gradle.kts
@@ -37,7 +37,7 @@ dependencies {
37
implementation("org.eclipse.jetty.websocket:websocket-jetty-server:11.0.15")
38
39
runtimeOnly("org.slf4j:slf4j-simple:2.0.7")
40
- runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.0")
+ runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.10")
41
runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.19")
42
runtimeOnly("org.jruby:jruby-core:9.4.3.0")
43
0 commit comments