Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v33 (#542)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent 72fb360 commit c9d2c23
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.1.2"
testRuntimeOnly "org.springframework:spring-web:6.1.2"
testImplementation 'com.google.guava:guava:32.1.3-jre'
testImplementation 'com.google.guava:guava:33.0.0-jre'
testImplementation "jakarta.servlet:jakarta.servlet-api:6.0.0"
testImplementation "jakarta.websocket:jakarta.websocket-api:2.1.1"
testImplementation "jakarta.websocket:jakarta.websocket-client-api:2.1.1"
Expand Down

0 comments on commit c9d2c23

Please sign in to comment.