Skip to content

Commit 0229b5d

Browse files
authored
Upgrade protobuf to 3.25.5 to address CVE-2024-7254 (#4508)
### Motivation CVE-2024-7254 ### Changes Upgrade protobuf to 3.25.5
1 parent 222345f commit 0229b5d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -676,13 +676,13 @@ This product bundles Google Protocol Buffers, which is available under a "3-clau
676676
license.
677677

678678
Bundled as
679-
- lib/com.google.protobuf-protobuf-java-3.25.1.jar
680-
Source available at https://github.com/google/protobuf/tree/v3.25.1
679+
- lib/com.google.protobuf-protobuf-java-3.25.5.jar
680+
Source available at https://github.com/google/protobuf/tree/v3.25.5
681681
For details, see deps/protobuf-3.14.0/LICENSE.
682682

683683
Bundled as
684-
- lib/com.google.protobuf-protobuf-java-util-3.25.1.jar
685-
Source available at https://github.com/protocolbuffers/protobuf/tree/v3.25.1
684+
- lib/com.google.protobuf-protobuf-java-util-3.25.5.jar
685+
Source available at https://github.com/protocolbuffers/protobuf/tree/v3.25.5
686686
For details, see deps/protobuf-3.12.0/LICENSE.
687687
------------------------------------------------------------------------------------
688688
This product bundles the JCP Standard Java Servlet API, which is available under a

bookkeeper-dist/src/main/resources/LICENSE-bkctl.bin.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -569,13 +569,13 @@ This product bundles Google Protocol Buffers, which is available under a "3-clau
569569
license.
570570

571571
Bundled as
572-
- lib/com.google.protobuf-protobuf-java-3.25.1.jar
573-
Source available at https://github.com/google/protobuf/tree/v3.25.1
572+
- lib/com.google.protobuf-protobuf-java-3.25.5.jar
573+
Source available at https://github.com/google/protobuf/tree/v3.25.5
574574
For details, see deps/protobuf-3.14.0/LICENSE.
575575

576576
Bundled as
577-
- lib/com.google.protobuf-protobuf-java-util-3.25.1.jar
578-
Source available at https://github.com/protocolbuffers/protobuf/tree/v3.25.1
577+
- lib/com.google.protobuf-protobuf-java-util-3.25.5.jar
578+
Source available at https://github.com/protocolbuffers/protobuf/tree/v3.25.5
579579
For details, see deps/protobuf-3.12.0/LICENSE.
580580
------------------------------------------------------------------------------------
581581
This product bundles Simple Logging Facade for Java, which is available under a

bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,13 +665,13 @@ This product bundles Google Protocol Buffers, which is available under a "3-clau
665665
license.
666666

667667
Bundled as
668-
- lib/com.google.protobuf-protobuf-java-3.25.1.jar
669-
Source available at https://github.com/google/protobuf/tree/v3.25.1
668+
- lib/com.google.protobuf-protobuf-java-3.25.5.jar
669+
Source available at https://github.com/google/protobuf/tree/v3.25.5
670670
For details, see deps/protobuf-3.14.0/LICENSE.
671671

672672
Bundled as
673-
- lib/com.google.protobuf-protobuf-java-util-3.25.1.jar
674-
Source available at https://github.com/protocolbuffers/protobuf/tree/v3.25.1
673+
- lib/com.google.protobuf-protobuf-java-util-3.25.5.jar
674+
Source available at https://github.com/protocolbuffers/protobuf/tree/v3.25.5
675675
For details, see deps/protobuf-3.12.0/LICENSE.
676676
------------------------------------------------------------------------------------
677677
This product bundles the JCP Standard Java Servlet API, which is available under a

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<datasketches.version>0.8.3</datasketches.version>
163163
<httpclient.version>4.5.13</httpclient.version>
164164
<httpcore.version>4.4.15</httpcore.version>
165-
<protobuf.version>3.25.1</protobuf.version>
165+
<protobuf.version>3.25.5</protobuf.version>
166166
<protoc3.version>${protobuf.version}</protoc3.version>
167167
<protoc-gen-grpc-java.version>${grpc.version}</protoc-gen-grpc-java.version>
168168
<reflections.version>0.9.11</reflections.version>

0 commit comments

Comments
 (0)