Skip to content

Commit

Permalink
Merge pull request #136 from platan/dependabot/gradle/org.codehaus.gr…
Browse files Browse the repository at this point in the history
…oovy-groovy-bom-3.0.22

Bump org.codehaus.groovy:groovy-bom from 3.0.21 to 3.0.22
  • Loading branch information
platan authored Jul 3, 2024
2 parents e73902d + 0c0939a commit f8f0193
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 @@ -67,7 +67,7 @@ dependencies {
implementation(gradleApi())
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")

testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.21"))
testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.22"))
testImplementation("org.codehaus.groovy:groovy")
testImplementation(platform("org.spockframework:spock-bom:2.4-M2-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.12.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")

testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.21"))
testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.22"))
testImplementation("org.codehaus.groovy:groovy")
testImplementation(platform("org.spockframework:spock-bom:2.4-M2-groovy-3.0"))
testImplementation("org.spockframework:spock-core")
Expand Down

0 comments on commit f8f0193

Please sign in to comment.