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:58 UTC

[phoenix] branch 5.1 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 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git


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

commit db9db6ce8645dcc60b8173a4c157a320e628884f
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 04b8714151..cf7f3b15c7 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>