Skip to content

Commit 14a2740

Browse files
fix(deps): update dependency com.google.guava:guava to v32
1 parent 7cc2f65 commit 14a2740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-java-servlet/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
4040
testImplementation 'org.springframework:spring-test:6.0.9'
4141
testRuntimeOnly 'org.springframework:spring-web:6.0.9'
42-
testImplementation 'com.google.guava:guava:31.1-jre'
42+
testImplementation 'com.google.guava:guava:32.0.0-jre'
4343
testImplementation 'jakarta.servlet:jakarta.servlet-api:6.0.0'
4444
testImplementation 'jakarta.websocket:jakarta.websocket-api:2.1.0'
4545
testImplementation 'jakarta.websocket:jakarta.websocket-client-api:2.1.0'

0 commit comments

Comments
 (0)