We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 995e9ba + 6e56f62 commit 87337e1Copy full SHA for 87337e1
graphql-java-servlet/build.gradle
@@ -37,8 +37,8 @@ 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.8'
41
- testRuntimeOnly 'org.springframework:spring-web:6.0.8'
+ testImplementation 'org.springframework:spring-test:6.0.9'
+ testRuntimeOnly 'org.springframework:spring-web:6.0.9'
42
testImplementation 'com.google.guava:guava:31.1-jre'
43
testImplementation 'jakarta.servlet:jakarta.servlet-api:6.0.0'
44
testImplementation 'jakarta.websocket:jakarta.websocket-api:2.1.0'
0 commit comments