We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0529728 commit 81510b2Copy full SHA for 81510b2
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.9"
41
- testRuntimeOnly "org.springframework:spring-web:6.0.9"
+ testImplementation "org.springframework:spring-test:6.0.10"
+ testRuntimeOnly "org.springframework:spring-web:6.0.10"
42
testImplementation 'com.google.guava:guava:32.0.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