You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2022/02/08 18:35:04 UTC

[hbase-thirdparty] branch HBASE-26746 created (now 16a45a8)

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

busbey pushed a change to branch HBASE-26746
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git.


      at 16a45a8  HBASE-26746 Update protobuf-java to 3.19.4

This branch includes the following new commits:

     new 16a45a8  HBASE-26746 Update protobuf-java to 3.19.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[hbase-thirdparty] 01/01: HBASE-26746 Update protobuf-java to 3.19.4

Posted by bu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 16a45a88e8cf08d657ca80f4fc92fd87f9f232ab
Author: Sean Busbey <bu...@apache.org>
AuthorDate: Tue Feb 8 12:35:00 2022 -0600

    HBASE-26746 Update protobuf-java to 3.19.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ca62d00..3ebe4af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,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.19.1</protobuf.version>
+    <protobuf.version>3.19.4</protobuf.version>
     <netty.version>4.1.73.Final</netty.version>
     <guava.version>31.0.1-jre</guava.version>
     <commons-cli.version>1.5.0</commons-cli.version>