Skip to content

Commit beb79df

Browse files
committed
fix(deps): update dependency org.apache.groovy:groovy-all to v4.0.13
1 parent 81510b2 commit beb79df

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:9.1'
3333

3434
// Unit testing
35-
testImplementation "org.apache.groovy:groovy-all:4.0.12"
35+
testImplementation "org.apache.groovy:groovy-all:4.0.13"
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)