This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.2 by this push:
new 80239244b1 PHOENIX-7697 Update Gson to 2.13.1 (#2283)
80239244b1 is described below
commit 80239244b1903d69fecf30285986530fb1d5458f
Author: Istvan Toth <[email protected]>
AuthorDate: Sun Sep 7 14:26:51 2025 +0200
PHOENIX-7697 Update Gson to 2.13.1 (#2283)
---
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 afcd866e55..aed94a9083 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -30,7 +30,7 @@
<properties>
<!-- Versions for pherf-only dependencies -->
<diffutils.version>1.2.1</diffutils.version>
- <gson.version>2.9.1</gson.version>
+ <gson.version>2.13.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>