Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2023
1 parent 160ff2c commit 7dc5b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-java-servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
testImplementation "org.springframework:spring-test:6.0.9"
testRuntimeOnly "org.springframework:spring-web:6.0.9"
testImplementation 'com.google.guava:guava:31.1-jre'
testImplementation 'com.google.guava:guava:32.0.1-jre'
testImplementation "jakarta.servlet:jakarta.servlet-api:6.0.0"
testImplementation "jakarta.websocket:jakarta.websocket-api:2.1.0"
testImplementation "jakarta.websocket:jakarta.websocket-client-api:2.1.0"
Expand Down

0 comments on commit 7dc5b99

Please sign in to comment.