This is an automated email from the ASF dual-hosted git repository.
pinal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new ff52f9c7c ATLAS-4624: Upgrade gson to 2.9.0
ff52f9c7c is described below
commit ff52f9c7c97f94e060e8362d68d992c0609b8811
Author: vinayak.marraiya <[email protected]>
AuthorDate: Thu Jun 16 14:58:36 2022 +0530
ATLAS-4624: Upgrade gson to 2.9.0
Signed-off-by: Pinal Shah <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 68c0b9eb5..1e32e45f3 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>