Skip to content

Commit 917da15

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 8ee1cec commit 917da15

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
@@ -153,7 +153,7 @@ dependencies {
153153
testImplementation("org.spockframework:spock-spring:2.4-M6-groovy-4.0") {
154154
exclude(group = "org.apache.groovy")
155155
}
156-
testImplementation("org.apache.groovy:groovy-all:4.0.28")
156+
testImplementation("org.apache.groovy:groovy-all:5.0.1")
157157

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

0 commit comments

Comments
 (0)