Skip to content

Commit

Permalink
Merge branch 'spock-2.4-M2'
Browse files Browse the repository at this point in the history
  • Loading branch information
platan committed Feb 29, 2024
2 parents b0c4cb4 + f2be4a8 commit e1d4072
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 @@ -68,7 +68,7 @@ dependencies {

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(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 @@ -14,7 +14,7 @@ dependencies {

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(platform("org.spockframework:spock-bom:2.4-M2-groovy-3.0"))
testImplementation("org.spockframework:spock-core")
}

Expand Down

0 comments on commit e1d4072

Please sign in to comment.