Skip to content

Commit 70276d5

Browse files
committed
Use latest Groovy 5.x version
1 parent 4a6f974 commit 70276d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

junit-multiple-engines/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ dependencies {
6262
testImplementation("org.spockframework:spock-core:2.4-M7-groovy-5.0") {
6363
because("allows Spock specifications to run")
6464
}
65-
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.29")) {
66-
because("use latest 4.x version of Groovy for maximum compatibility with new JDKs")
65+
testImplementation(platform("org.apache.groovy:groovy-bom:5.0.3")) {
66+
because("use latest 5.x version of Groovy for maximum compatibility with new JDKs")
6767
}
6868

6969
// Kotest

0 commit comments

Comments
 (0)