Skip to content

Commit 8b2cc89

Browse files
authored
Merge pull request #460 from graphql-java-kickstart/renovate/org.objenesis-objenesis-3.x
fix(deps): update dependency org.objenesis:objenesis to v3.3
2 parents 2fb9468 + 02f9e85 commit 8b2cc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-java-servlet/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
testImplementation "org.codehaus.groovy:groovy-all:3.0.12"
3535
testImplementation "org.spockframework:spock-core:2.1-groovy-3.0"
3636
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
37-
testRuntimeOnly "org.objenesis:objenesis:3.2"
37+
testRuntimeOnly "org.objenesis:objenesis:3.3"
3838
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
3939
testImplementation 'org.springframework:spring-test:5.3.22'
4040
testRuntimeOnly 'org.springframework:spring-web:5.3.22'

0 commit comments

Comments
 (0)