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/23 02:56:30 UTC

[hbase-thirdparty] branch branch-3 updated: Revert "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 470a2df  Revert "HBASE-26746 Update protobuf-java to 3.19.4 (#77)"
470a2df is described below

commit 470a2df982805f226559ea7ff7dfb86baf974187
Author: Andrew Purtell <ap...@salesforce.com>
AuthorDate: Tue Feb 22 18:56:13 2022 -0800

    Revert "HBASE-26746 Update protobuf-java to 3.19.4 (#77)"
    
    This reverts commit b0a3d3a5781426b45bed9bda955ec9b18a7de8b7.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5478dbb..79305d6 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.19.4</protobuf.version>
+    <protobuf.version>3.17.1</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>