Skip to content

Commit

Permalink
build(deps): bump com.google.guava:guava from 1.55.0 to 23.0 in /backend
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 1.55.0 to 23.0.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits/v23.0)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 29, 2023
1 parent dff5045 commit 8d15414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

// Fleet Engine Auth Library and its dependencies
implementation 'com.google.maps:fleetengine-auth:1.8.0'
implementation 'com.google.guava:guava:1.55.0'
implementation 'com.google.guava:guava:23.0'
implementation 'com.google.auth:google-auth-library-oauth2-http:0.26.0'

implementation 'com.auth0:java-jwt:3.10.2'
Expand Down

0 comments on commit 8d15414

Please sign in to comment.