We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fb9468 + 02f9e85 commit 8b2cc89Copy full SHA for 8b2cc89
graphql-java-servlet/build.gradle
@@ -34,7 +34,7 @@ dependencies {
34
testImplementation "org.codehaus.groovy:groovy-all:3.0.12"
35
testImplementation "org.spockframework:spock-core:2.1-groovy-3.0"
36
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
37
- testRuntimeOnly "org.objenesis:objenesis:3.2"
+ testRuntimeOnly "org.objenesis:objenesis:3.3"
38
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
39
testImplementation 'org.springframework:spring-test:5.3.22'
40
testRuntimeOnly 'org.springframework:spring-web:5.3.22'
0 commit comments