Skip to content

Commit f6d6f00

Browse files
Bump org.codehaus.groovy:groovy from 3.0.22 to 3.0.23
Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.22 to 3.0.23. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23e11c4 commit f6d6f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ dependencies {
107107
implementation 'com.google.guava:guava:' + guavaVersion
108108
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
109109
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
110-
testImplementation 'org.codehaus.groovy:groovy:3.0.22'
111-
testImplementation 'org.codehaus.groovy:groovy-json:3.0.22'
110+
testImplementation 'org.codehaus.groovy:groovy:3.0.23'
111+
testImplementation 'org.codehaus.groovy:groovy-json:3.0.23'
112112
testImplementation 'com.google.code.gson:gson:2.11.0'
113113
testImplementation 'org.eclipse.jetty:jetty-server:11.0.24'
114114
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'

0 commit comments

Comments
 (0)