You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2022/10/24 04:58:15 UTC

[phoenix] branch master updated: PHOENIX-6815 Update Gson version to 2.9.1

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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new de8fc893ad PHOENIX-6815 Update Gson version to 2.9.1
de8fc893ad is described below

commit de8fc893ad1575c0a1e0047d3f84ad18918a6d31
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Oct 20 10:47:12 2022 +0200

    PHOENIX-6815 Update Gson version to 2.9.1
---
 phoenix-pherf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index a7cb5c5c27..62e6d46f6b 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -34,7 +34,7 @@
 
     <!-- Versions for pherf-only dependencies -->
     <diffutils.version>1.2.1</diffutils.version>
-    <gson.version>2.8.6</gson.version>
+    <gson.version>2.9.1</gson.version>
     <commons-math3.version>3.3</commons-math3.version>
     <activation.version>1.1</activation.version>
     <jcabi-jdbc.version>0.15</jcabi-jdbc.version>