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.16
  • Loading branch information
renovate[bot] authored Mar 13, 2023
1 parent 2345e38 commit 14c4522
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 @@ -36,7 +36,7 @@ dependencies {

runtimeOnly("org.slf4j:slf4j-simple:2.0.6")
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:1.8.10")
runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.15")
runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.16")
runtimeOnly("org.jruby:jruby-core:9.4.2.0")

testImplementation(kotlin("test"))
Expand Down

0 comments on commit 14c4522

Please sign in to comment.