Skip to content

Commit dc4bf67

Browse files
committed
fix(deps): update dependency org.apache.groovy:groovy-all to v4.0.18
1 parent eee4d25 commit dc4bf67

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.17"
35+
testImplementation "org.apache.groovy:groovy-all:4.0.18"
3636
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
3737
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.11"
3838
testRuntimeOnly "org.objenesis:objenesis:3.3"

0 commit comments

Comments
 (0)