You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by pi...@apache.org on 2022/06/24 09:52:39 UTC

[atlas] branch branch-2.0 updated: ATLAS-4624: Upgrade gson to 2.9.0

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

pinal pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new d6d952107 ATLAS-4624: Upgrade gson to 2.9.0
d6d952107 is described below

commit d6d95210741c29b850212ae1526b430e96034305
Author: vinayak.marraiya <vi...@cloudera.com>
AuthorDate: Thu Jun 16 14:58:36 2022 +0530

    ATLAS-4624: Upgrade gson to 2.9.0
    
    Signed-off-by: Pinal Shah <pi...@freestoneinfotech.com>
    (cherry picked from commit ff52f9c7c97f94e060e8362d68d992c0609b8811)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f24532ab1..864d27ec4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -717,7 +717,7 @@
         <fastutil.version>6.5.16</fastutil.version>
         <graph.index.backend>solr</graph.index.backend>
         <graph.storage.backend>berkeleyje</graph.storage.backend>
-        <gson.version>2.5</gson.version>
+        <gson.version>2.9.0</gson.version>
         <guava.version>25.1-jre</guava.version>
         <guice.version>4.1.0</guice.version>
         <hadoop.hdfs-client.version>${hadoop.version}</hadoop.hdfs-client.version>