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 3ec2c51e57 PHOENIX-7708 Update Jackson to 2.18.4.1 (#2295)
3ec2c51e57 is described below
commit 3ec2c51e57963234da7edc7c1f6dbaa2aeab3969
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Oct 9 06:45:56 2025 +0200
PHOENIX-7708 Update Jackson to 2.18.4.1 (#2295)
(cherry picked from commit 3b01bdf3fdefa463f1df2648d8ae92078aad4bf4)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6d6bb66e3c..289114945e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
<shadeSources>true</shadeSources>
<!-- Dependency versions -->
- <jackson-bom.version>2.14.1</jackson-bom.version>
+ <jackson-bom.version>2.18.4.1</jackson-bom.version>
<netty-bom.version>4.1.126.Final</netty-bom.version>
<antlr.version>3.5.2</antlr.version>
<reload4j.version>1.2.24</reload4j.version>