Bump dependency versions for rules_scala v7.1.2
#1772
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
Updates the following dependencies:
bazel-contrib/.github:release_ruleset.yaml: 7.2.2 => 7.2.3bazel-contrib/publish-to-bcr:publish.yaml: 0.1.0 => 1.0.0golang.org/x/tools: 0.36.0 => 0.37.0google-common-protos: 2.61.0 => 2.61.1jline: 3.30.5 => 3.30.6protobuf-java: 4.32.0 => 4.32.1protobuf: 32.0 => 32.1rules_cc: 0.2.3 => 0.2.8rules_python: 1.6.0 => 1.6.1rules_shell: 0.6.0 => 0.6.1util-interface: 1.11.5 => 1.11.6Also changes all the
bazel_depdeclarations forprotobufto remove the curently unnecessaryversionparameter from:to:
If protocolbuffers/protobuf#19679 ever lands, we'll remove the
single_version_overridestatements and restoreversionto thesebazel_depdeclarations altogether and rely ondeps/latest/MODULE.bazel.Motivation
This is mostly a routine version bump before a new release.
The changes to the
bazel_depstatements forprotobufaim to make the diffs smaller when increasing theprotobufversion in the future.