Skip to content

Commit

Permalink
Merge pull request #1104 from grpc-ecosystem/renovate/guavaversion
Browse files Browse the repository at this point in the history
fix(deps): update dependency com.google.guava:guava-bom to v33.2.1-jre
  • Loading branch information
yidongnan committed Jun 4, 2024
2 parents e52df51 + 5807c2b commit a18aeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
grpcVersion = '1.63.0'

// https://github.com/google/guava/releases
guavaVersion = '33.1.0-jre'
guavaVersion = '33.2.1-jre'
// https://github.com/protocolbuffers/protobuf/releases
protobufVersion = '3.25.3'
protobufGradlePluginVersion = '0.9.4'
Expand Down

0 comments on commit a18aeeb

Please sign in to comment.