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 2022/11/07 07:02:29 UTC

[syncope] branch master updated: 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


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

commit a6e962d6ed2ff7d89f39de3b59485e3b6b0c9753
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Nov 7 08:02:20 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 92c809666b..fe0b410f17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@ under the License.
     <bouncycastle.version>1.70</bouncycastle.version>
     <nimbus-jose-jwt.version>9.25.6</nimbus-jose-jwt.version>
 
-    <jackson.version>2.14.0-rc3</jackson.version>
+    <jackson.version>2.14.0</jackson.version>
 
     <spring-boot.version>2.7.5</spring-boot.version>
     <spring-cloud-gateway.version>3.1.4</spring-cloud-gateway.version>