Skip to content

Commit 09747cf

Browse files
committed
fix(deps): update dependency org.apache.groovy:groovy-all to v4.0.9
1 parent cfbdba1 commit 09747cf

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
@@ -32,7 +32,7 @@ dependencies {
3232
testImplementation 'io.github.graphql-java:graphql-java-annotations:8.3'
3333

3434
// Unit testing
35-
testImplementation "org.apache.groovy:groovy-all:4.0.8"
35+
testImplementation "org.apache.groovy:groovy-all:4.0.9"
3636
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
3737
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
3838
testRuntimeOnly "org.objenesis:objenesis:3.3"

0 commit comments

Comments
 (0)