You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by ad...@apache.org on 2022/05/23 07:59:53 UTC

[ratis-thirdparty] branch master updated: RATIS-1585. Bump gson to 2.8.9 (#31)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3458a66  RATIS-1585. Bump gson to 2.8.9 (#31)
3458a66 is described below

commit 3458a6674ad04d5620013200ae67ae97f5da2801
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 23 09:59:49 2022 +0200

    RATIS-1585. Bump gson to 2.8.9 (#31)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c512ce5..788e981 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
 
     <!-- third party library versions -->
     <commons-lang3.version>3.8.1</commons-lang3.version>
-    <gson.version>2.8.2</gson.version>
+    <gson.version>2.8.9</gson.version>
     <guava.version>31.0.1-jre</guava.version>
     <io.opencensus.version>0.21.0</io.opencensus.version>