You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/01/22 22:19:40 UTC

[hbase-thirdparty] branch master updated: HBASE-23718 [hbase-thirdparty] Update libs; pb from 3.9 to 3.11, etc. (#10); AMENDMENT

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7d7a6fe  HBASE-23718 [hbase-thirdparty] Update libs; pb from 3.9 to 3.11, etc. (#10); AMENDMENT
7d7a6fe is described below

commit 7d7a6fe120a01eb55d27cdedd9aca480523d37b6
Author: stack <st...@apache.org>
AuthorDate: Wed Jan 22 14:16:42 2020 -0800

    HBASE-23718 [hbase-thirdparty] Update libs; pb from 3.9 to 3.11, etc. (#10); AMENDMENT
    
    Keep gson at 2.8.5 as 2.8.6 targets jdk9 (and we want gson to work w/
    branch-1/jdk1.7)
---
 hbase-shaded-gson/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-shaded-gson/pom.xml b/hbase-shaded-gson/pom.xml
index b4f6a67..bd23169 100644
--- a/hbase-shaded-gson/pom.xml
+++ b/hbase-shaded-gson/pom.xml
@@ -114,7 +114,7 @@
     <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
-      <version>2.8.6</version>
+      <version>2.8.5</version>
     </dependency>
   </dependencies>
 </project>