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