You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ke...@apache.org on 2023/08/03 17:35:51 UTC

[curator] branch master updated: CURATOR-683: Upgrade jackson from 2.10.0 to 2.13.5

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

kezhuw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


The following commit(s) were added to refs/heads/master by this push:
     new 26a7e4de CURATOR-683: Upgrade jackson from 2.10.0 to 2.13.5
26a7e4de is described below

commit 26a7e4ded1d45df875ea7e9d8c311b0c1f68ad30
Author: Slavik <Sl...@gmail.com>
AuthorDate: Thu Aug 3 13:35:46 2023 -0400

    CURATOR-683: Upgrade jackson from 2.10.0 to 2.13.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f0e74739..c406b913 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
         <javassist-version>3.24.1-GA</javassist-version>
         <commons-math-version>2.2</commons-math-version>
         <jackson-mapper-asl-version>1.9.13</jackson-mapper-asl-version>
-        <jackson-version>2.10.0</jackson-version>
+        <jackson-version>2.13.5</jackson-version>
         <assertj-version>3.23.1</assertj-version>
         <!-- Upgrading to Jersey 2.x is difficult and of unclear benefits, see
              https://stackoverflow.com/questions/17098341#22033825 -->