Skip to content

Commit 5978ff1

Browse files
authored
Merge pull request graphql-java#3745 from graphql-java/dependabot/gradle/org.codehaus.groovy-groovy-3.0.23
Bump org.codehaus.groovy:groovy from 3.0.22 to 3.0.23
2 parents 23e11c4 + f6d6f00 commit 5978ff1

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)