8000 Merge pull request #3497 from graphql-java/dependabot/gradle/org.code… · graphql-java/graphql-java@5077ffb · GitHub
[go: up one dir, main page]

Skip to content

Commit 5077ffb

Browse files
authored
Merge pull request #3497 from graphql-java/dependabot/gradle/org.codehaus.groovy-groovy-3.0.21
Bump org.codehaus.groovy:groovy from 3.0.20 to 3.0.21
2 parents 2362ffd + 0766782 commit 5077ffb

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
@@ -106,8 +106,8 @@ dependencies {
106106
implementation 'com.google.guava:guava:' + guavaVersion
107107
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
108108
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
109-
testImplementation 'org.codehaus.groovy:groovy:3.0.20'
110-
testImplementation 'org.codehaus.groovy:groovy-json:3.0.20'
109+
testImplementation 'org.codehaus.groovy:groovy:3.0.21'
110+
testImplementation 'org.codehaus.groovy:groovy-json:3.0.21'
111111
testImplementation 'com.google.code.gson:gson:2.10.1'
112112
testImplementation 'org.eclipse.jetty:jetty-server:11.0.20'
113113
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

0 commit comments

Comments
 (0)
0