You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2022/10/13 15:42:24 UTC

[cxf-fediz] 01/03: Updating Jackson to 2.13.4

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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit 8f49f88f5e6236212b79e591b885319fe437ba4d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Oct 13 16:05:36 2022 +0100

    Updating Jackson to 2.13.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8964a298..dae663d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
         <jcache.version>1.1.1</jcache.version>
         <hsqldb.version>2.5.2</hsqldb.version>
         <htmlunit.version>2.52.0</htmlunit.version>
-        <jackson.version>2.13.3</jackson.version>
+        <jackson.version>2.13.4</jackson.version>
         <jaxb.runtime.version>2.3.5</jaxb.runtime.version>
         <jaxb.version>2.3.3</jaxb.version>
         <jetty9.version>9.4.48.v20220622</jetty9.version>