We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b69c87 commit f4bb049Copy full SHA for f4bb049
graphql-java-servlet/build.gradle
@@ -37,8 +37,8 @@ dependencies {
37
testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.2"
38
testRuntimeOnly "org.objenesis:objenesis:3.4"
39
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
40
- testImplementation "org.springframework:spring-test:6.1.13"
41
- testRuntimeOnly "org.springframework:spring-web:6.1.13"
+ testImplementation "org.springframework:spring-test:7.0.0"
+ testRuntimeOnly "org.springframework:spring-web:7.0.0"
42
testImplementation 'com.google.guava:guava:33.3.1-jre'
43
testImplementation "jakarta.servlet:jakarta.servlet-api:6.1.0"
44
testImplementation "jakarta.websocket:jakarta.websocket-api:2.2.0"
0 commit comments