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 b8464d3b24 PHOENIX-7708 Update Jackson to 2.18.4.1 (#2295)
b8464d3b24 is described below

commit b8464d3b2482c729025be8f003343660ac74385d
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 fcd6ae839d..957d60e6e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,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 -->

Reply via email to