Skip to content

Commit 53b4182

Browse files
Bump org.apache.groovy:groovy-bom in /junit5-multiple-engines
Bumps [org.apache.groovy:groovy-bom](https://github.com/apache/groovy) from 4.0.21 to 4.0.22. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 075bc76 commit 53b4182

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
@@ -61,7 +61,7 @@ dependencies {
6161
testImplementation("org.spockframework:spock-core:2.4-M4-groovy-4.0") {
6262
because("allows Spock specifications to run")
6363
}
64-
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.21")) {
64+
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.22")) {
6565
because("use latest 4.x version of Groovy for maximum compatibility with new JDKs")
6666
}
6767

0 commit comments

Comments
 (0)