Skip to content

Commit

Permalink
HADOOP-19090. Use protobuf-java 3.23.4 (#34)
Browse files Browse the repository at this point in the history
The shaded protobuf module/artifact is now hadoop-shaded-protobuf_3_23

Contributed by pjfanning
  • Loading branch information
pjfanning authored Feb 28, 2024
1 parent 3885790 commit 408321a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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_21</artifactId>
<artifactId>hadoop-shaded-protobuf_3_23</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.21.12</protobuf_3.version>
<protobuf_3.version>3.23.4</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_21</module>
<module>hadoop-shaded-protobuf_3_23</module>
<module>hadoop-shaded-guava</module>
<module>hadoop-shaded-avro_1_11</module>
</modules>
Expand Down

0 comments on commit 408321a

Please sign in to comment.