You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2022/02/19 01:24:53 UTC

[hbase-thirdparty] branch branch-3 updated: HBASE-26746 Update protobuf-java to 3.19.4 (#77)

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

apurtell pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git


The following commit(s) were added to refs/heads/branch-3 by this push:
     new b0a3d3a  HBASE-26746 Update protobuf-java to 3.19.4 (#77)
b0a3d3a is described below

commit b0a3d3a5781426b45bed9bda955ec9b18a7de8b7
Author: Sean Busbey <bu...@apache.org>
AuthorDate: Fri Feb 18 19:23:47 2022 -0600

    HBASE-26746 Update protobuf-java to 3.19.4 (#77)
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
    Signed-off-by: Pankaj Kumar <pa...@apache.org>
    Signed-off-by: Tak Lon (Stephen) Wu <ta...@apache.org>
    Signed-off-by: Viraj Jasani <vj...@apache.org>
    
    Conflicts:
    	pom.xml
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 79305d6..5478dbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
     <java.min.version>${compileSource}</java.min.version>
     <maven.min.version>3.3.3</maven.min.version>
     <rename.offset>org.apache.hbase.thirdparty</rename.offset>
-    <protobuf.version>3.17.1</protobuf.version>
+    <protobuf.version>3.19.4</protobuf.version>
     <netty.version>4.1.73.Final</netty.version>
     <guava.version>30.1.1-jre</guava.version>
     <commons-cli.version>1.4</commons-cli.version>