Skip to content

Commit 86593df

Browse files
fix(deps): update dependency com.google.guava:guava to v33
1 parent 1b60a19 commit 86593df

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.10"
4141
testRuntimeOnly "org.springframework:spring-web:6.0.10"
42-
testImplementation 'com.google.guava:guava:32.0.1-jre'
42+
testImplementation 'com.google.guava:guava:33.0.0-jre'
4343
testImplementation "jakarta.servlet:jakarta.servlet-api:6.0.0"
4444
testImplementation "jakarta.websocket:jakarta.websocket-api:2.1.1"
4545
testImplementation "jakarta.websocket:jakarta.websocket-client-api:2.1.1"

0 commit comments

Comments
 (0)