Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ See licenses-binary/ for text of these licenses.

BSD 3-Clause
------------
com.google.protobuf:protobuf-java:3.25.5
com.google.protobuf:protobuf-java:3.25.8


MIT License
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<!--thirdparty dependency versions-->
<shaded.prefix>org.apache.hadoop.thirdparty</shaded.prefix>
<protobuf.shade.prefix>${shaded.prefix}.protobuf</protobuf.shade.prefix>
<protobuf_3.version>3.25.5</protobuf_3.version>
<protobuf_3.version>3.25.8</protobuf_3.version>
<guava.version>33.4.8-jre</guava.version>
<!-- previous versions of guava included this, but they've stopped it. We reinsert it to the shaded guava artifact-->
<checkerframework.version>3.51.1</checkerframework.version>
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/index.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This page provides an overview of the major changes.

Protobuf-java
-------------
Google Protobuf's 3.25.5 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_25* artifact.
Google Protobuf's 3.25.8 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_25* artifact.

Following are relocations under *hadoop-shaded-protobuf_3_25* artifact:

Expand Down