Skip to content

Commit f3566d0

Browse files
authored
Merge pull request #480 from graphql-java-kickstart/renovate/groovy-monorepo
fix(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.13
2 parents 81363db + 2575e44 commit f3566d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-java-servlet/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
testImplementation 'io.github.graphql-java:graphql-java-annotations:8.3'
3232

3333
// Unit testing
34-
testImplementation "org.codehaus.groovy:groovy-all:3.0.12"
34+
testImplementation "org.codehaus.groovy:groovy-all:3.0.13"
3535
testImplementation "org.spockframework:spock-core:2.1-groovy-3.0"
3636
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
3737
testRuntimeOnly "org.objenesis:objenesis:3.3"

0 commit comments

Comments
 (0)