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

ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 60dc09e6ce7 HIVE-28577: Upgrade protobuf version to 3.25.5 to fix CVE 
(#5511). (Raghav Aggarwal, reviewed by Ayush Saxena)
60dc09e6ce7 is described below

commit 60dc09e6ce7bd423f32832018351b263cea863d6
Author: Raghav Aggarwal <[email protected]>
AuthorDate: Thu Oct 24 20:28:21 2024 +0530

    HIVE-28577: Upgrade protobuf version to 3.25.5 to fix CVE (#5511). (Raghav 
Aggarwal, reviewed by Ayush Saxena)
---
 .../apache/hadoop/hive/llap/daemon/rpc/LlapDaemonProtocolProtos.java    | 1 +
 .../apache/hadoop/hive/llap/plugin/rpc/LlapPluginProtocolProtos.java    | 1 +
 pom.xml                                                                 | 2 +-
 .../gen-java/org/apache/hadoop/hive/ql/hooks/proto/HiveHookEvents.java  | 1 +
 .../gen-test/org/apache/hadoop/hive/ql/io/protobuf/SampleProtos.java    | 1 +
 standalone-metastore/pom.xml                                            | 2 +-
 6 files changed, 6 insertions(+), 2 deletions(-)

diff --git 
a/llap-common/src/gen/protobuf/gen-java/org/apache/hadoop/hive/llap/daemon/rpc/LlapDaemonProtocolProtos.java
 
b/llap-common/src/gen/protobuf/gen-java/org/apache/hadoop/hive/llap/daemon/rpc/LlapDaemonProtocolProtos.java
index dafa1e7a78d..a2a5c55ca88 100644
--- 
a/llap-common/src/gen/protobuf/gen-java/org/apache/hadoop/hive/llap/daemon/rpc/LlapDaemonProtocolProtos.java
+++ 
b/llap-common/src/gen/protobuf/gen-java/org/apache/hadoop/hive/llap/daemon/rpc/LlapDaemonProtocolProtos.java
@@ -1,6 +1,7 @@
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: LlapDaemonProtocol.proto
 
+// Protobuf Java Version: 3.25.5
 package org.apache.hadoop.hive.llap.daemon.rpc;
 
 public final class LlapDaemonProtocolProtos {
diff --git 
a/llap-common/src/gen/protobuf/gen-java/org/apache/hadoop/hive/llap/plugin/rpc/LlapPluginProtocolProtos.java
 
b/llap-common/src/gen/protobuf/gen-java/org/apache/hadoop/hive/llap/plugin/rpc/LlapPluginProtocolProtos.java
index ecd660d065e..d4a00c7fbf5 100644
--- 
a/llap-common/src/gen/protobuf/gen-java/org/apache/hadoop/hive/llap/plugin/rpc/LlapPluginProtocolProtos.java
+++ 
b/llap-common/src/gen/protobuf/gen-java/org/apache/hadoop/hive/llap/plugin/rpc/LlapPluginProtocolProtos.java
@@ -1,6 +1,7 @@
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: LlapPluginProtocol.proto
 
+// Protobuf Java Version: 3.25.5
 package org.apache.hadoop.hive.llap.plugin.rpc;
 
 public final class LlapPluginProtocolProtos {
diff --git a/pom.xml b/pom.xml
index f58d8d342b2..08fc59b5ddb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
     <parquet.version>1.13.1</parquet.version>
     <pig.version>0.16.0</pig.version>
     <plexus.version>1.5.6</plexus.version>
-    <protobuf.version>3.24.4</protobuf.version>
+    <protobuf.version>3.25.5</protobuf.version>
     <rat.version>0.16.1</rat.version>
     <roaringbit.version>1.2.1</roaringbit.version>
     <stax.version>1.0.1</stax.version>
diff --git 
a/ql/src/gen/protobuf/gen-java/org/apache/hadoop/hive/ql/hooks/proto/HiveHookEvents.java
 
b/ql/src/gen/protobuf/gen-java/org/apache/hadoop/hive/ql/hooks/proto/HiveHookEvents.java
index 90e2885eb82..f58e387b419 100644
--- 
a/ql/src/gen/protobuf/gen-java/org/apache/hadoop/hive/ql/hooks/proto/HiveHookEvents.java
+++ 
b/ql/src/gen/protobuf/gen-java/org/apache/hadoop/hive/ql/hooks/proto/HiveHookEvents.java
@@ -1,6 +1,7 @@
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: HiveEvents.proto
 
+// Protobuf Java Version: 3.25.5
 package org.apache.hadoop.hive.ql.hooks.proto;
 
 public final class HiveHookEvents {
diff --git 
a/ql/src/gen/protobuf/gen-test/org/apache/hadoop/hive/ql/io/protobuf/SampleProtos.java
 
b/ql/src/gen/protobuf/gen-test/org/apache/hadoop/hive/ql/io/protobuf/SampleProtos.java
index 0f7e13c6554..f8eb61a6c19 100644
--- 
a/ql/src/gen/protobuf/gen-test/org/apache/hadoop/hive/ql/io/protobuf/SampleProtos.java
+++ 
b/ql/src/gen/protobuf/gen-test/org/apache/hadoop/hive/ql/io/protobuf/SampleProtos.java
@@ -1,6 +1,7 @@
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: SampleProtos.proto
 
+// Protobuf Java Version: 3.25.5
 package org.apache.hadoop.hive.ql.io.protobuf;
 
 public final class SampleProtos {
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 36f63cd89a9..10087ac3bd7 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -92,7 +92,7 @@
     <log4j2.version>2.18.0</log4j2.version>
     <mockito-core.version>3.4.4</mockito-core.version>
     <orc.version>1.9.4</orc.version>
-    <protobuf.version>3.24.4</protobuf.version>
+    <protobuf.version>3.25.5</protobuf.version>
     <io.grpc.version>1.51.0</io.grpc.version>
     <sqlline.version>1.9.0</sqlline.version>
     <jline.version>2.14.6</jline.version>

Reply via email to