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 (#636)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 7b45d59 commit a9b01cc
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 a9b01cc

Please sign in to comment.