We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e703b3 commit b6e0520Copy full SHA for b6e0520
graphql-java-servlet/build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
37
testRuntimeOnly "org.objenesis:objenesis:3.2"
38
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
39
- testImplementation 'org.springframework:spring-test:5.3.14'
40
- testRuntimeOnly 'org.springframework:spring-web:5.3.14'
+ testImplementation 'org.springframework:spring-test:5.3.15'
+ testRuntimeOnly 'org.springframework:spring-web:5.3.15'
41
testImplementation 'com.google.guava:guava:31.0.1-jre'
42
}
0 commit comments