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 9c7f6f4 HBASE-23718 [hbase-thirdparty] Update libs; pb from 3.9 to
3.11, etc. (#10)
9c7f6f4 is described below
commit 9c7f6f40c4396f448aabe1b1f339ced288bee506
Author: Michael Stack <[email protected]>
AuthorDate: Wed Jan 22 13:08:01 2020 -0800
HBASE-23718 [hbase-thirdparty] Update libs; pb from 3.9 to 3.11, etc. (#10)
Signed-off-by: Peter Somogyi <[email protected]>
---
hbase-shaded-gson/pom.xml | 2 +-
hbase-shaded-miscellaneous/pom.xml | 4 ++--
hbase-shaded-netty/pom.xml | 2 +-
pom.xml | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/hbase-shaded-gson/pom.xml b/hbase-shaded-gson/pom.xml
index 1f990f0..14594c3 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>2.8.6</version>
</dependency>
</dependencies>
</project>
diff --git a/hbase-shaded-miscellaneous/pom.xml
b/hbase-shaded-miscellaneous/pom.xml
index 5ba469b..af3ec94 100644
--- a/hbase-shaded-miscellaneous/pom.xml
+++ b/hbase-shaded-miscellaneous/pom.xml
@@ -124,7 +124,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>28.1-jre</version>
+ <version>28.2-jre</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
@@ -180,7 +180,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
- <version>2.3.3</version>
+ <version>2.3.4</version>
</dependency>
</dependencies>
</project>
diff --git a/hbase-shaded-netty/pom.xml b/hbase-shaded-netty/pom.xml
index 9227356..2533798 100644
--- a/hbase-shaded-netty/pom.xml
+++ b/hbase-shaded-netty/pom.xml
@@ -138,7 +138,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
- <version>4.1.42.Final</version>
+ <version>4.1.44.Final</version>
</dependency>
</dependencies>
</project>
diff --git a/pom.xml b/pom.xml
index 1903504..76bc332 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,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.9.2</protobuf.version>
+ <protobuf.version>3.11.1</protobuf.version>
</properties>
<build>
<pluginManagement>
@@ -285,7 +285,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.2.0</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/src.xml</descriptor>