You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2020/04/24 17:50:31 UTC

[hbase-thirdparty] branch master updated: HBASE-24241 [hbase-thirdparty] Bump the dependencies for hbase-thirdparty; revert gson (#20)

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

psomogyi 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 609ac2b  HBASE-24241 [hbase-thirdparty] Bump the dependencies for hbase-thirdparty; revert gson (#20)
609ac2b is described below

commit 609ac2bf4e61f33dd71514f80155851184857a7b
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Fri Apr 24 19:50:22 2020 +0200

    HBASE-24241 [hbase-thirdparty] Bump the dependencies for hbase-thirdparty; revert gson (#20)
    
    Revert gson to 2.8.5
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 72abf9a..62f9a76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
     <commons-cli.version>1.4</commons-cli.version>
     <commons-collections.version>4.4</commons-collections.version>
     <error_prone_annotations.version>2.3.4</error_prone_annotations.version>
-    <gson.version>2.8.6</gson.version>
+    <gson.version>2.8.5</gson.version>
   </properties>
   <build>
     <pluginManagement>