fix(deps): update all dependencies #984
Open
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.
This PR contains the following updates:
v4
->v5
v4
->v5
v4
->v5
1.23.1
->1.24.1
7.6.2
->8.4.2
0.1.0
->0.1.11
0.27.0
->0.30.0
32.1
->33.0
v2.0.9
->v2.4.1
0.10.3
->1.5.0
22.04
->24.04
0.8.11
->0.8.14
1.7.0
->1.15.0
3.25.5
->4.33.0
1.4.0
->1.4.5
1.10.2
->6.0.0
1.10.2
->6.0.0
5.10.2
->6.0.0
5.10.2
->6.0.0
5.10.2
->6.0.0
Release Notes
actions/checkout (actions/checkout)
v5
Compare Source
actions/download-artifact (actions/download-artifact)
v5
Compare Source
actions/setup-java (actions/setup-java)
v5
Compare Source
bazelbuild/apple_support (apple_support)
v1.24.1
Compare Source
What's Changed
Full Changelog: bazelbuild/apple_support@1.24.0...1.24.1
This release is compatible with 7.x LTS, 8.x LTS, and rolling releases.
MODULE.bazel Snippet
Workspace Snippet
v1.24.0
Compare Source
What's Changed
http_dmg
by @UebelAndreNew Contributors
Full Changelog: bazelbuild/apple_support@1.23.1...1.24.0
This release is compatible with 7.x LTS, 8.x LTS, and rolling releases.
MODULE.bazel Snippet
Workspace Snippet
bazelbuild/bazel (bazel)
v8.4.2
Compare Source
v8.4.1
Compare Source
v8.4.0
Compare Source
v8.3.1
Compare Source
Release 8.3.1 (2025-06-30)
Bazel 8.3.1 is a patch LTS release. It is fully backward compatible with Bazel 8.0 and contains selected changes by the Bazel community and Google engineers.
Refer to the full list of commits for more details.
Notice: Bazel installers contain binaries licensed under the GPLv2 with Classpath exception. Those installers should always be redistributed along with the source code.
Some versions of Bazel contain a bundled version of OpenJDK. The license of the bundled OpenJDK and other open-source components can be displayed by running the command
bazel license
. The vendor and version information of the bundled OpenJDK can be displayed by running the commandbazel info java-runtime
. The binaries and source-code of the bundled OpenJDK can be downloaded from our mirror server.Security: All our binaries are signed with our public key
3D5919B
.v8.3.0
Compare Source
v8.2.1
Compare Source
v8.2.0
Compare Source
v8.1.1
Compare Source
v8.1.0
Compare Source
v8.0.1
Compare Source
v8.0.0
Compare Source
bazeltools/bazel_jar_jar (bazel_jar_jar)
v0.1.11
Using Bzlmod
common --enable_bzlmod
in.bazelrc
(default with Bazel 7).MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazel
file:What's Changed
Full Changelog: bazeltools/bazel_jar_jar@v0.1.10...v0.1.11
v0.1.10
Using Bzlmod
common --enable_bzlmod
in.bazelrc
(default with Bazel 7).MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazel
file:What's Changed
java_binary
load in BUILD.bazel by @RomanVlasenko in #60Behind the scenes
New Contributors
Full Changelog: bazeltools/bazel_jar_jar@v0.1.6...v0.1.10
v0.1.7
Using Bzlmod
common --enable_bzlmod
in.bazelrc
(default with Bazel 7).MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazel
file:What's Changed
New Contributors
Full Changelog: bazeltools/bazel_jar_jar@v0.1.6...v0.1.7
v0.1.5
: 0.1.50.1.1 failed to publish to BCR, 0.1.5 is identical to 0.1.1.
Using Bzlmod
common --enable_bzlmod
in.bazelrc
(default with Bazel 7).MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazel
file:What's Changed
jarjar-abrams
version to 1.13.1 by @acourtneybrown in #44Behind the scenes
test_targets
from BCR presubmit by @fmeum in #43New Contributors
Full Changelog: bazeltools/bazel_jar_jar@v0.1.0...v0.1.5
bazel-contrib/rules_jvm (contrib_rules_jvm)
v0.30.0
contrib_rules_jvm
only supportsbzlmod
-enabled buildsModule Setup
In your
MODULE.bazel
:Important Changes
java_export
targets. Targets will depend on these rather than individual constituentjava_library
targets to ensure that eachjava_library
target is only included in onejava_export
What's Changed
java_import
from@rules_java
by @RomanVlasenko in #345System.exit
is called during a test by @shs96c in #349New Contributors
Full Changelog: bazel-contrib/rules_jvm@v0.29.0...v0.30.0
v0.29.0
WORKSPACE snippet:
What's Changed
New Contributors
Full Changelog: bazel-contrib/rules_jvm@v0.28.0...v0.29.0
v0.28.0
contrib_rules_jvm
only supportsbzlmod
-enabled buildsModule setup
In your
MODULE.bazel
What's Changed
Full Changelog: bazel-contrib/rules_jvm@v0.27.0...v0.28.0
protocolbuffers/protobuf (protobuf)
v33.0
: Protocol Buffers v33.0Announcements
Bazel
d5217fd
)30d2332
)d98e2ef
)Compiler
ae308fc
)abeb130
)C++
813a7ef
)RepeatedField(Arena*)
constructor private in a future release. (768db14
)Map(Arena*)
constructor private in a future release. (543a17f
)3d94d83
)RepeatedPtrField(Arena*)
constructor private in a future release (6422b9d
)b64e490
)RuntimeAssertInBounds
to remove repeated logic and makeGet
/Mutable
easier to read. (2f270c4
)ae308fc
)e25e267
)90824aa
)6ea1640
)a959f27
)c7030f4
)95b1763
)Java
Restored compatibility of runtime with gencode created with protoc <3.21
With this release, compatibility of the runtime with older gencode down to 3.0.0 is restored, compared to the previous support minimum of gencode created with 3.22+. Note that it is still strongly recommended to regenerate your gencode with a newer protoc and to avoid using gencode which was created with an old protoc.
Generated code from this range is covered by CVE-2022-3171 and is potentially vulnerable to a Denial of Service risk.
JavaProto 4.x previously dropped compatibility with the potentially vulnerable generated code, having the behavior of:
Starting with this release:
-Dcom.google.protobuf.error_on_unsafe_pre22_gencode
) or to entirely silence the logged messages (-Dcom.google.protobuf.use_unsafe_pre22_gencode
)This change was made based on community feedback regarding the difficulty in identifying and quickly remediating stale gencode in their transitive dependencies weighed against a careful evaluation of the realistic risk exposure of DoS (with no risk of other concerns including information leak or RCE).
We strongly recommend that any users who observe the log messages to regenerate the corresponding code with a newer protoc. We recommend that any security-conscious services opt into the
error_on_unsafe_pre22_gencode
behavior to preclude any risk of a Denial of Service surface area being exposed.A future 4.x release may flip the default behavior to error by default as a measure to further help the ecosystem avoid the Denial of Service risks, while still maintaining the ability to opt into continuing to use insecure gencode for users who are parsing trusted inputs and where the difficulty of regenerating is high.
Changes
e55224c
)8de4002
)c4ff7a6
)537ac35
)eba6df2
)ca4fb2f
)4376591
)a995803
)7b0bee3
)varint
,fixed32
, andfixed64
fields inUnknownFieldSet.Field
(810272f
)badaf41
)c518f25
)8d51e34
)94a2a44
(ea33ae8
)7bff169
(f2257f5
)abeb130
)e05db5c
)isPlaceholder()
accessors to file, message, and enum descriptors (f978ec2
)745e15b
)b68b673
)5768acd
)7c51e5b
)GeneratedMessage.ExtendableMessage.extensions
(b25d39e
)Rust
_
(c3f7e8d
)Send
(8bff944
)Python
56b2b89
)d57d270
)5f6c013
)07ef676
)c36f728
)__slots__
to empty in.pyi
files. (38ca2d3
)4659cd7
)4ee55d7
)PHP
6fee29b
)UPB (Python/PHP/Ruby C-Extension)
c36f728
)Other
dcace2f
)4b4e405
)9806994
)a6bdd0a
)softprops/action-gh-release (softprops/action-gh-release)
v2.4.1
Compare Source
What's Changed
Other Changes 🔄
Full Changelog: softprops/action-gh-release@v2...v2.4.1
v2.4.0
Compare Source
What's Changed
Exciting New Features 🎉
Other Changes 🔄
Full Changelog: softprops/action-gh-release@v2.3.4...v2.4.0
v2.3.4
Compare Source
What's Changed
Bug fixes 🐛
Other Changes 🔄
Full Changelog: softprops/action-gh-release@v2...v2.3.4
v2.3.3
Compare Source
What's Changed
Exciting New Features 🎉
overwrite_files
by @asfernandes in #343Other Changes 🔄
New Contributors
Full Changelog: softprops/action-gh-release@v2...v2.3.3
v2.3.2
Compare Source
readableWebStream
changev2.3.1
Compare Source
What's Changed
Bug fixes 🐛
New Contributors
Full Changelog: softprops/action-gh-release@v2.3.0...v2.3.1
v2.3.0
Compare Source
mime
withmime-types
Full Changelog: softprops/action-gh-release@v2.2.2...v2.3.0
v2.2.2
Compare Source
What's Changed
Bug fixes 🐛
Other Changes 🔄
New Contributors
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.