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 3b01bdf3fd PHOENIX-7708 Update Jackson to 2.18.4.1 (#2295)
3b01bdf3fd is described below
commit 3b01bdf3fdefa463f1df2648d8ae92078aad4bf4
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Oct 9 06:45:56 2025 +0200
PHOENIX-7708 Update Jackson to 2.18.4.1 (#2295)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ccae93600f..3114d5e4a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,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>
<!-- Only used for tests with HBase 2.1-2.4 -->