This is an automated email from the ASF dual-hosted git repository.
zhangduo 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 f97943e HBASE-24241 [hbase-thirdparty] Bump the dependencies for
hbase-thirdparty (#19)
f97943e is described below
commit f97943eeb6f50835d6a68c7902513be7ac1f90ba
Author: Duo Zhang <[email protected]>
AuthorDate: Thu Apr 23 23:10:39 2020 +0800
HBASE-24241 [hbase-thirdparty] Bump the dependencies for hbase-thirdparty
(#19)
gson 2.8.5 => 2.8.6
guava 28.2-jre => 29.0-jre
Signed-off-by: stack <[email protected]>
Signed-off-by: Jan Hentschel <[email protected]>
---
hbase-shaded-gson/pom.xml | 2 +-
pom.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/hbase-shaded-gson/pom.xml b/hbase-shaded-gson/pom.xml
index bd23169..4151f64 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.5</version>
+ <version>${gson.version}</version>
</dependency>
</dependencies>
</project>
diff --git a/pom.xml b/pom.xml
index f27e7ca..d8315cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,10 +129,11 @@
<rename.offset>org.apache.hbase.thirdparty</rename.offset>
<protobuf.version>3.11.4</protobuf.version>
<netty.version>4.1.48.Final</netty.version>
- <guava.version>28.2-jre</guava.version>
+ <guava.version>29.0-jre</guava.version>
<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>
</properties>
<build>
<pluginManagement>