You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/08/03 13:01:08 UTC

[syncope] 02/02: Upgrading Jackson

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

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

commit f15b62feba3029f0e35461163d907ec58fe30a77
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Aug 3 14:55:49 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 422ebfe..04ae8dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@ under the License.
     <cxf.version>3.3.7</cxf.version>
     <bouncycastle.version>1.66</bouncycastle.version>
 
-    <jackson.version>2.11.1</jackson.version>
+    <jackson.version>2.11.2</jackson.version>
 
     <spring.version>5.2.8.RELEASE</spring.version>
     <spring-security.version>5.3.3.RELEASE</spring-security.version>