Bump Bazel, Scalafmt, Guava, sbt, gRPC, proto-java #1720
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Dependency version and documentation updates broken out from #1710.
com-google-protobuf:protobuf-java
: 4.30.0 => 4.30.1org.scala-sbt:util-interface
: 1.10.10 => 1.10.11The documentation updates include:
bind()
aliases fortwitter_scrooge
dependencies" section ofREADME.md
The Guava 33.4.4-jre update introduces a new dependency on
org.jspecify:jspecify:1.0.0
. 33.4.5-jre changes Guava to be a Java module, but that release currently has problems, so we're sticking with 34.4.4-jre until that 34.4.6-jre release. The Guava v33.4.1 release message contains all the details.Motivation
Once this pull request lands, I can rebase #1710 to trim it down again.