There was an error while loading. Please reload this page.
1 parent f28b00b commit 4764e26Copy full SHA for 4764e26
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.2'
41
- testRuntimeOnly 'org.springframework:spring-web:6.0.2'
+ testImplementation 'org.springframework:spring-test:6.0.3'
+ testRuntimeOnly 'org.springframework:spring-web:6.0.3'
42
testImplementation 'com.google.guava:guava:31.1-jre'
43
}
0 commit comments