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

dlych pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new d36c16b  [NO ISSUE] Update Jackson version
d36c16b is described below

commit d36c16b0232f1ea553d1be033d4cfa318ded20b9
Author: Dmitry Lychagin <[email protected]>
AuthorDate: Fri Apr 29 17:28:30 2022 -0700

    [NO ISSUE] Update Jackson version
    
    Details:
    - Update Jackson core to 2.13.2
    - Update Jackson databind to 2.13.2.2
    
    Change-Id: I6e114de85fe24e7e25503076ca8b450e24eca7df
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/16223
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Dmitry Lychagin <[email protected]>
    Reviewed-by: Ian Maxon <[email protected]>
---
 asterixdb-jdbc/pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/asterixdb-jdbc/pom.xml b/asterixdb-jdbc/pom.xml
index 2996e7f..e2b8943 100644
--- a/asterixdb-jdbc/pom.xml
+++ b/asterixdb-jdbc/pom.xml
@@ -72,7 +72,9 @@
     <commons-collections4.version>4.4</commons-collections4.version>
     <httpcore.version>4.4.14</httpcore.version>
     <httpclient.version>4.5.13</httpclient.version>
-    <jackson-core.version>2.12.4</jackson-core.version>
+    <jackson-core.version>2.13.2</jackson-core.version>
+    <jackson-annotations.version>2.13.2</jackson-annotations.version>
+    <jackson-databind.version>2.13.2.2</jackson-databind.version>
     <junit.version>4.13</junit.version>
   </properties>
 
@@ -458,7 +460,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson-core.version}</version>
+        <version>${jackson-databind.version}</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
@@ -468,7 +470,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-annotations</artifactId>
-        <version>${jackson-core.version}</version>
+        <version>${jackson-annotations.version}</version>
       </dependency>
       <dependency>
         <groupId>junit</groupId>

Reply via email to