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 232262c9c0 PHOENIX-7697 Update Gson to 2.13.1 (#2283)
232262c9c0 is described below
commit 232262c9c0a55f100fa99a048d100e90de528893
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 2a6a8c4e3f..e02e8d8ae6 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>