Skip to content

Commit 9d9fd18

Browse files
authored
Merge pull request #317 from graphql-java-kickstart/renovate/org.codehaus.groovy-groovy-all-2.x
chore(deps): update dependency org.codehaus.groovy:groovy-all to v2.5.14
2 parents a566c06 + ca3489f commit 9d9fd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-java-servlet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
testImplementation 'io.github.graphql-java:graphql-java-annotations:8.3'
3333

3434
// Unit testing
35-
testImplementation "org.codehaus.groovy:groovy-all:2.4.1"
35+
testImplementation "org.codehaus.groovy:groovy-all:2.5.14"
3636
testImplementation "org.spockframework:spock-core:1.1-groovy-2.4-rc-3"
3737
testRuntimeOnly "cglib:cglib-nodep:3.2.4"
3838
testRuntimeOnly "org.objenesis:objenesis:2.5.1"

0 commit comments

Comments
 (0)