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