This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop-thirdparty.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 408321a  HADOOP-19090. Use protobuf-java 3.23.4 (#34)
408321a is described below

commit 408321afdc3b6d063cec251ee59dd7a850d2864a
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Wed Feb 28 12:50:58 2024 +0100

    HADOOP-19090. Use protobuf-java 3.23.4 (#34)
    
    
    The shaded protobuf module/artifact is now hadoop-shaded-protobuf_3_23
    
    Contributed by pjfanning
---
 {hadoop-shaded-protobuf_3_21 => hadoop-shaded-protobuf_3_23}/pom.xml | 2 +-
 pom.xml                                                              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hadoop-shaded-protobuf_3_21/pom.xml 
b/hadoop-shaded-protobuf_3_23/pom.xml
similarity index 98%
rename from hadoop-shaded-protobuf_3_21/pom.xml
rename to hadoop-shaded-protobuf_3_23/pom.xml
index 58685d4..0c1d3c8 100644
--- a/hadoop-shaded-protobuf_3_21/pom.xml
+++ b/hadoop-shaded-protobuf_3_23/pom.xml
@@ -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>
 
diff --git a/pom.xml b/pom.xml
index 68fa8f0..ae56ab1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
 
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to