We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e561f commit 42f5915Copy full SHA for 42f5915
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.7'
40
- testRuntimeOnly 'org.springframework:spring-web:5.3.7'
+ testImplementation 'org.springframework:spring-test:5.3.8'
+ testRuntimeOnly 'org.springframework:spring-web:5.3.8'
41
testImplementation 'com.google.guava:guava:30.1.1-jre'
42
}
0 commit comments