We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be1907 commit eee4d25Copy full SHA for eee4d25
graphql-java-servlet/build.gradle
@@ -37,8 +37,8 @@ dependencies {
37
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.11"
38
testRuntimeOnly "org.objenesis:objenesis:3.3"
39
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
40
- testImplementation "org.springframework:spring-test:6.1.2"
41
- testRuntimeOnly "org.springframework:spring-web:6.1.2"
+ testImplementation "org.springframework:spring-test:6.1.3"
+ testRuntimeOnly "org.springframework:spring-web:6.1.3"
42
testImplementation 'com.google.guava:guava:33.0.0-jre'
43
testImplementation "jakarta.servlet:jakarta.servlet-api:6.0.0"
44
testImplementation "jakarta.websocket:jakarta.websocket-api:2.1.1"
0 commit comments