Skip to content

Commit

Permalink
fix(deps): update dependency org.codehaus.groovy:groovy-jsr223 to v3.…
Browse files Browse the repository at this point in the history
…0.23
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent cdbb84c commit 03eec95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {

runtimeOnly("org.slf4j:slf4j-simple:2.0.16")
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.0.21")
runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.22")
runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.23")
runtimeOnly("org.jruby:jruby-core:9.4.9.0")

testImplementation(kotlin("test"))
Expand Down

0 comments on commit 03eec95

Please sign in to comment.