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 2020/10/07 11:08:49 UTC

[cxf-fediz] branch master updated: Updating Jackson to 2.10.5

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cc9d860  Updating Jackson to 2.10.5
cc9d860 is described below

commit cc9d860a67df94fbe11dac247bfb507c33b82da3
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Oct 7 12:07:10 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index e4e7160..d9573c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
         <jcache.version>1.0.0</jcache.version>
         <hsqldb.version>2.5.1</hsqldb.version>
         <htmlunit.version>2.43.0</htmlunit.version>
-        <jackson.version>2.10.4</jackson.version>
+        <jackson.version>2.10.5</jackson.version>
         <jaxb.version>2.3.2</jaxb.version>
         <jetty9.version>9.4.30.v20200611</jetty9.version>
         <junit.version>4.13</junit.version>