We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d2c23 commit b105690Copy full SHA for b105690
graphql-java-servlet/build.gradle
@@ -34,7 +34,7 @@ dependencies {
34
// Unit testing
35
testImplementation "org.apache.groovy:groovy-all:4.0.16"
36
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
37
- testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.10"
+ testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.11"
38
testRuntimeOnly "org.objenesis:objenesis:3.3"
39
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
40
testImplementation "org.springframework:spring-test:6.1.2"
0 commit comments