This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 4.16
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.16 by this push:
     new 8262176689 PHOENIX-6686 Update Jackson to 2.12.6.1
8262176689 is described below

commit 82621766898d3388d1f7db90c98a10862b1f78b0
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Apr 14 15:57:51 2022 +0200

    PHOENIX-6686 Update Jackson to 2.12.6.1
    
    also switch to using jackson-bom for version version management
---
 pom.xml | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8d67042f03..e4526ab432 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
 
     <!-- Dependency versions -->
     <hadoop.version>2.7.1</hadoop.version>
-    <jackson.version>2.12.4</jackson.version>
+    <jackson-bom.version>2.12.6.20220326</jackson-bom.version>
     <antlr.version>3.5.2</antlr.version>
     <reload4j.version>1.2.19</reload4j.version>
     <disruptor.version>3.3.6</disruptor.version>
@@ -1052,20 +1052,11 @@
         <version>${snappy.version}</version>
       </dependency>
       <dependency>
-        <groupId>com.fasterxml.jackson.core</groupId>
-        <artifactId>jackson-core</artifactId>
-        <version>${jackson.version}</version>
-        <scope>compile</scope>
-      </dependency>
-      <dependency>
-        <groupId>com.fasterxml.jackson.core</groupId>
-        <artifactId>jackson-annotations</artifactId>
-        <version>${jackson.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>com.fasterxml.jackson.core</groupId>
-        <artifactId>jackson-databind</artifactId>
-        <version>${jackson.version}</version>
+        <groupId>com.fasterxml.jackson</groupId>
+        <artifactId>jackson-bom</artifactId>
+        <version>${jackson-bom.version}</version>
+        <scope>import</scope>
+        <type>pom</type>
       </dependency>
       <dependency>
         <groupId>com.google.code.findbugs</groupId>

Reply via email to