You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/06/24 14:08:13 UTC

[karaf] branch main updated: [KARAF-7452] Upgrade to Jackson 2.13.3

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 7dd065b8a5 [KARAF-7452] Upgrade to Jackson 2.13.3
     new 1922d1107f Merge pull request #1553 from jbonofre/KARAF-7452
7dd065b8a5 is described below

commit 7dd065b8a5c199761166dc599af36602701a307b
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Jun 24 10:56:00 2022 +0200

    [KARAF-7452] Upgrade to Jackson 2.13.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5461a650fa..923f0f4a98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
         <camel.version>3.6.0</camel.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         <cxf.version>3.4.3</cxf.version>
-        <jackson.version>2.13.2</jackson.version>
+        <jackson.version>2.13.3</jackson.version>
         <jna.version>5.11.0</jna.version>
         <jaxb.version>2.3.3</jaxb.version>
         <commons-beanutils.version>1.9.4</commons-beanutils.version>