Skip to content

Commit f802134

Browse files
Update dependency org.apache.groovy:groovy-bom to v4.0.27
1 parent fa81a6a commit f802134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit5-multiple-engines/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
testImplementation("org.spockframework:spock-core:2.4-M6-groovy-4.0") {
6363
because("allows Spock specifications to run")
6464
}
65-
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.26")) {
65+
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.27")) {
6666
because("use latest 4.x version of Groovy for maximum compatibility with new JDKs")
6767
}
6868

0 commit comments

Comments
 (0)