Skip to content

Commit

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

Bump org.codehaus.groovy:groovy-bom from 3.0.20 to 3.0.21
  • Loading branch information
platan authored Mar 5, 2024
2 parents be33642 + 4a8b728 commit 44ddc3d
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.3")

testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.20"))
testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.21"))
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.11.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")

testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.20"))
testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.21"))
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 44ddc3d

Please sign in to comment.