Skip to content

Commit

Permalink
Update groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
platan committed Mar 28, 2023
1 parent 7e0a9bc commit a375262
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 @@ -34,7 +34,7 @@ dependencies {
implementation("org.apache.commons:commons-text:1.10.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")

testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.15"))
testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.16"))
testImplementation("org.codehaus.groovy:groovy")
testImplementation(platform("org.spockframework:spock-bom:2.3-groovy-3.0"))
testImplementation("org.spockframework:spock-core")
Expand Down

0 comments on commit a375262

Please sign in to comment.