Skip to content

Commit

Permalink
Merge pull request #96 from platan/dependabot/gradle/org.codehaus.gro…
Browse files Browse the repository at this point in the history
…ovy-groovy-bom-3.0.20

Bump org.codehaus.groovy:groovy-bom from 3.0.19 to 3.0.20
  • Loading branch information
platan authored Dec 29, 2023
2 parents af27465 + a2167cc commit 7c3ccee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
implementation(gradleApi())
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")

testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.19"))
testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.20"))
testImplementation("org.codehaus.groovy:groovy")
testImplementation(platform("org.spockframework:spock-bom:2.4-M1-groovy-3.0"))
testImplementation("org.spockframework:spock-core")
Expand Down
2 changes: 1 addition & 1 deletion tests-execution-chart-commons/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation("org.apache.commons:commons-text:1.11.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")

testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.19"))
testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.20"))
testImplementation("org.codehaus.groovy:groovy")
testImplementation(platform("org.spockframework:spock-bom:2.4-M1-groovy-3.0"))
testImplementation("org.spockframework:spock-core")
Expand Down

0 comments on commit 7c3ccee

Please sign in to comment.