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 6da1de3 commit 9114cb6Copy full SHA for 9114cb6
graphql-java-servlet/build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
testRuntimeOnly "cglib:cglib-nodep:3.2.4"
38
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'
+ testImplementation 'org.springframework:spring-test:5.3.6'
+ testRuntimeOnly 'org.springframework:spring-web:5.3.6'
42
testImplementation 'com.google.guava:guava:30.1.1-jre'
43
}
0 commit comments