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 03f5bdd commit d74ac5dCopy full SHA for d74ac5d
graphql-java-servlet/build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
testCompile "org.codehaus.groovy:groovy-all:2.4.1"
36
testCompile "org.spockframework:spock-core:1.1-groovy-2.4-rc-3"
37
testRuntime "cglib:cglib-nodep:3.2.4"
38
- testRuntime "org.objenesis:objenesis:2.5.1"
+ testRuntime "org.objenesis:objenesis:2.6"
39
testCompile "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
40
testCompile 'org.springframework:spring-test:4.3.7.RELEASE'
41
testRuntime 'org.springframework:spring-web:4.3.7.RELEASE'
0 commit comments