Skip to content

Commit d74ac5d

Browse files
committed
Update dependency org.objenesis:objenesis to v2.6
1 parent 03f5bdd commit d74ac5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-java-servlet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
testCompile "org.codehaus.groovy:groovy-all:2.4.1"
3636
testCompile "org.spockframework:spock-core:1.1-groovy-2.4-rc-3"
3737
testRuntime "cglib:cglib-nodep:3.2.4"
38-
testRuntime "org.objenesis:objenesis:2.5.1"
38+
testRuntime "org.objenesis:objenesis:2.6"
3939
testCompile "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
4040
testCompile 'org.springframework:spring-test:4.3.7.RELEASE'
4141
testRuntime 'org.springframework:spring-web:4.3.7.RELEASE'

0 commit comments

Comments
 (0)