Skip to content

Commit d473ae7

Browse files
Bump org.apache.groovy:groovy-all from 4.0.28 to 5.0.1
Bumps [org.apache.groovy:groovy-all](https://github.com/apache/groovy) from 4.0.28 to 5.0.1. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-all dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 585fd06 commit d473ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ dependencies {
148148
testImplementation("org.spockframework:spock-spring:2.4-M6-groovy-4.0") {
149149
exclude(group = "org.apache.groovy")
150150
}
151-
testImplementation("org.apache.groovy:groovy-all:4.0.28")
151+
testImplementation("org.apache.groovy:groovy-all:5.0.1")
152152

153153
// TODO: migrate to WireMock
154154
testImplementation("org.mock-server:mockserver-netty:5.15.0")

0 commit comments

Comments
 (0)