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 60fe6598df PHOENIX-7697 Update Gson to 2.13.1 (#2283)
60fe6598df is described below
commit 60fe6598df3d3ffd1eac4ba01e2a62ee842578f8
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 e356cce706..c333a3e900 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -32,7 +32,7 @@
<!-- 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>