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

stoty pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 0b2b88897f8e6d4243e0ec38b47c1360e53d5051
Author: Nick Dimiduk <[email protected]>
AuthorDate: Mon Sep 30 12:47:54 2024 +0200

    HBASE-28879 Bump hbase-thirdparty to 4.1.9 (#6298)
    
    Signed-off-by: Duo Zhang <[email protected]>
    Signed-off-by: Nihal Jain <[email protected]>
    (cherry picked from commit 37b706acf2b179d0e49017b52399ce97f3f9a818)
---
 pom.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7116c279cce..77ae3de30fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -604,9 +604,11 @@
     <external.protobuf.groupid>com.google.protobuf</external.protobuf.groupid>
     <external.protobuf.version>2.5.0</external.protobuf.version>
     
<external.protoc.version>${external.protobuf.version}</external.protoc.version>
-    <!--Version of protobuf that hbase uses internally (we shade our pb)
-         Must match what is out in hbase-thirdparty include. -->
-    <internal.protobuf.version>4.27.3</internal.protobuf.version>
+    <!--
+      Version of protobuf that hbase uses internally (we shade our pb) Must 
match what is out
+      in hbase-thirdparty include.
+    -->
+    <internal.protobuf.version>4.28.2</internal.protobuf.version>
     <protobuf.plugin.version>0.6.1</protobuf.plugin.version>
     <thrift.path>thrift</thrift.path>
     <thrift.version>0.14.1</thrift.version>
@@ -667,7 +669,7 @@
         databind] must be kept in sync with the version of 
jackson-jaxrs-json-provider shipped in
         hbase-thirdparty.
     -->
-    <hbase-thirdparty.version>4.1.8</hbase-thirdparty.version>
+    <hbase-thirdparty.version>4.1.9</hbase-thirdparty.version>
     <!-- Coverage properties -->
     <jacoco.version>0.8.8</jacoco.version>
     <jacocoArgLine/>

Reply via email to