Skip to content

Commit

Permalink
HADOOP-19163. Use protobuf-java 3.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BilwaST committed May 15, 2024
1 parent 13850ee commit 0d87ed4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ See licenses-binary/ for text of these licenses.

BSD 3-Clause
------------
com.google.protobuf:protobuf-java:3.23.4
com.google.protobuf:protobuf-java:3.25.3


MIT License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hadoop-shaded-protobuf_3_23</artifactId>
<artifactId>hadoop-shaded-protobuf_3_25</artifactId>
<name>Apache Hadoop shaded Protobuf</name>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,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.23.4</protobuf_3.version>
<protobuf_3.version>3.25.3</protobuf_3.version>
<guava.version>32.0.1-jre</guava.version>
<avro.version>1.11.3</avro.version>

Expand Down Expand Up @@ -123,7 +123,7 @@
</organization>

<modules>
<module>hadoop-shaded-protobuf_3_23</module>
<module>hadoop-shaded-protobuf_3_25</module>
<module>hadoop-shaded-guava</module>
<module>hadoop-shaded-avro_1_11</module>
</modules>
Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ This page provides an overview of the major changes.

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

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

|Original package | Shaded package |
|---|---|
Expand Down

0 comments on commit 0d87ed4

Please sign in to comment.