Skip to content

Commit 8e2214e

Browse files
fix(deps): update protobuf (#2024)
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [protoc](https://redirect.github.com/protocolbuffers/protobuf) | | minor | `34.0` → `34.1` | ![age](https://developer.mend.io/api/mc/badges/age/github-releases/protocolbuffers%2fprotobuf/34.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/protocolbuffers%2fprotobuf/34.0/34.1?slim=true) | | [com.google.protobuf:protobuf-java](https://developers.google.com/protocol-buffers/) ([source](https://redirect.github.com/protocolbuffers/protobuf)) | compile | patch | `4.34.0` → `4.34.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.protobuf:protobuf-java/4.34.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.protobuf:protobuf-java/4.34.0/4.34.1?slim=true) | --- ### Release Notes <details> <summary>protocolbuffers/protobuf (protoc)</summary> ### [`v34.1`](https://redirect.github.com/protocolbuffers/protobuf/releases/tag/v34.1): Protocol Buffers v34.1 [Compare Source](https://redirect.github.com/protocolbuffers/protobuf/compare/34.0-hack1...v34.1) ### Announcements - [Protobuf News](https://protobuf.dev/news/) may include additional announcements or pre-announcements for upcoming changes. ### Bazel - Moved `protocopt` flag out of the `cc` dir, since it is not a c++-specific flag. ([`3db9fd1`](https://redirect.github.com/protocolbuffers/protobuf/commit/3db9fd1be16917f26590eccd6dfb51b8dcad0d15)) - Add support for bazel 9.x ([#&#8203;26201](https://redirect.github.com/protocolbuffers/protobuf/issues/26201)) ([`763c5da`](https://redirect.github.com/protocolbuffers/protobuf/commit/763c5da3ff011a49f1c00992cdf9b4924d6b74bb)) ### C++ - Updated CMake dependencies. ([`5583485`](https://redirect.github.com/protocolbuffers/protobuf/commit/5583485833ba82a21e15c53d2efcc61720731cb4)) - Add cc\_proto\_library for MessageSet in //src/google/protobuf/bridge ([`523a6a4`](https://redirect.github.com/protocolbuffers/protobuf/commit/523a6a4758f5e3cae7f10dad5b08941588946ff3)) - Add support for bazel 9.x ([#&#8203;26201](https://redirect.github.com/protocolbuffers/protobuf/issues/26201)) ([`763c5da`](https://redirect.github.com/protocolbuffers/protobuf/commit/763c5da3ff011a49f1c00992cdf9b4924d6b74bb)) ### Java - Avoid toBigIntegerExact in JsonFormat to avoid degenerate parse behavior in the face of large exponents. ([`ab3d7f0`](https://redirect.github.com/protocolbuffers/protobuf/commit/ab3d7f0041b22af4a61b6184fc2ac25092968840)) ### Python - Add support for bazel 9.x ([#&#8203;26201](https://redirect.github.com/protocolbuffers/protobuf/issues/26201)) ([`763c5da`](https://redirect.github.com/protocolbuffers/protobuf/commit/763c5da3ff011a49f1c00992cdf9b4924d6b74bb)) ### Other - Fixed release\_prep.sh script `mkdir` command to follow `INTEGRITY_FILE` location. ([`e700d7d`](https://redirect.github.com/protocolbuffers/protobuf/commit/e700d7d6478f3a8800fbcf7f156a0675c1c96392)) - Second try at fixing the release\_prep.sh file path! ([#&#8203;26097](https://redirect.github.com/protocolbuffers/protobuf/issues/26097)) ([`f5ccaf3`](https://redirect.github.com/protocolbuffers/protobuf/commit/f5ccaf3b4e4c5122bacc8d6e4832dd339ec9e81e)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzguMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff48ae8 commit 8e2214e

4 files changed

Lines changed: 920 additions & 920 deletions

File tree

  • prometheus-metrics-exposition-formats/src/main
    • generated/io/prometheus/metrics/expositionformats/generated/com_google_protobuf_4_34_1
    • java/io/prometheus/metrics/expositionformats/generated

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ java = "temurin-25.0.2+10.0.LTS"
55
lychee = "0.23.0"
66
node = "24.15.0"
77
"npm:renovate" = "43.129.1"
8-
protoc = "34.0"
8+
protoc = "34.1"
99

1010
# Linters
1111
actionlint = "1.7.12"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<properties>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222
<automatic.module.name>--module-name-need-to-be-overridden--</automatic.module.name>
23-
<protobuf-java.version>4.34.0</protobuf-java.version>
23+
<protobuf-java.version>4.34.1</protobuf-java.version>
2424
<guava.version>33.6.0-jre</guava.version>
2525
<junit-jupiter.version>6.0.3</junit-jupiter.version>
2626
<otel.instrumentation.version>2.27.0-alpha</otel.instrumentation.version>

0 commit comments

Comments
 (0)