You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2020/08/14 18:40:03 UTC

[accumulo] branch 1.10 updated: Update gson to 2.8.6 (#1686)

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

mmiller pushed a commit to branch 1.10
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.10 by this push:
     new e1df589  Update gson to 2.8.6 (#1686)
e1df589 is described below

commit e1df589c43e2cbb09024c633b182589ce24974f6
Author: Mike Miller <mm...@apache.org>
AuthorDate: Fri Aug 14 14:39:55 2020 -0400

    Update gson to 2.8.6 (#1686)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 47260c1..ba3cca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
       <dependency>
         <groupId>com.google.code.gson</groupId>
         <artifactId>gson</artifactId>
-        <version>2.7</version>
+        <version>2.8.6</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>