Skip to content

Commit

Permalink
Merge pull request #138 from avisi-cloud/renovate/groovy-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update dependency org.codehaus.groovy:groovy-jsr223 to v3.0.15
  • Loading branch information
dirkgroot committed Feb 10, 2023
2 parents 54127af + 08e1482 commit 4dd8adf
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 @@ -38,7 +38,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.14")
runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.15")
runtimeOnly("org.jruby:jruby-core:9.4.1.0")

testImplementation(kotlin("test"))
Expand Down

0 comments on commit 4dd8adf

Please sign in to comment.