We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc843b3 commit 208a522Copy full SHA for 208a522
graphql-java-servlet/build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
testImplementation "org.codehaus.groovy:groovy-all:2.4.1"
36
testImplementation "org.spockframework:spock-core:1.1-groovy-2.4-rc-3"
37
testRuntimeOnly "cglib:cglib-nodep:3.2.4"
38
- testRuntimeOnly "org.objenesis:objenesis:2.5.1"
+ testRuntimeOnly "org.objenesis:objenesis:2.6"
39
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
40
testImplementation 'org.springframework:spring-test:4.3.7.RELEASE'
41
testRuntimeOnly 'org.springframework:spring-web:4.3.7.RELEASE'
0 commit comments