Skip to content

Commit

Permalink
Merge pull request #333 from raynigon/dependabot/gradle/org.spockfram…
Browse files Browse the repository at this point in the history
…ework-spock-bom-2.4-M4-groovy-4.0

Bump org.spockframework:spock-bom from 2.4-M2-groovy-4.0 to 2.4-M4-groovy-4.0
  • Loading branch information
mergify[bot] authored Mar 22, 2024
2 parents 66cacaf + 72c704e commit b9e58a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ subprojects {
implementation("org.apache.commons:commons-lang3:3.14.0")

// Spock
testImplementation(platform("org.spockframework:spock-bom:2.4-M2-groovy-4.0"))
testImplementation(platform("org.spockframework:spock-bom:2.4-M4-groovy-4.0"))
testImplementation("org.apache.groovy:groovy:4.0.20")
testImplementation("org.spockframework:spock-core")
testImplementation("org.spockframework:spock-spring")
Expand Down

0 comments on commit b9e58a3

Please sign in to comment.