We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fb360 commit 81fe126Copy full SHA for 81fe126
graphql-java-servlet/build.gradle
@@ -39,7 +39,7 @@ dependencies {
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"
42
- testImplementation 'com.google.guava:guava:32.1.3-jre'
+ 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"
45
testImplementation "jakarta.websocket:jakarta.websocket-client-api:2.1.1"
0 commit comments