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 66eec27159 Upgrading Jackson
66eec27159 is described below

commit 66eec271597fe28c7671829b614808ab920d8251
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Sun May 15 08:30:16 2022 +0200

    Upgrading Jackson
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 124b7d281e..2f3b8fd841 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
     <bouncycastle.version>1.70</bouncycastle.version>
     <nimbus-jose-jwt.version>9.22</nimbus-jose-jwt.version>
 
-    <jackson.version>2.13.2</jackson.version>
+    <jackson.version>2.13.3</jackson.version>
 
     <spring-boot.version>2.6.7</spring-boot.version>
     <spring-cloud-gateway.version>3.1.2</spring-cloud-gateway.version>
@@ -738,7 +738,7 @@ under the License.
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson.version}.2</version>
+        <version>${jackson.version}</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
@@ -2579,13 +2579,12 @@ under the License.
             <link>https://ci.apache.org/projects/wicket/apidocs/9.x/</link>
             
<link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
             
<link>https://commons.apache.org/proper/commons-jexl/apidocs/</link>
-            <link>https://tika.apache.org/2.2.1/api/</link>
+            <link>https://tika.apache.org/2.4.0/api/</link>
             <link>https://docs.spring.io/spring-boot/docs/current/api/</link>
             
<link>https://docs.spring.io/spring/docs/current/javadoc-api/</link>
             
<link>https://docs.spring.io/spring-security/site/docs/current/api/</link>
             <link>http://www.flowable.org/docs/javadocs/</link>
-            
<link>https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/4.1.1/apidocs/</link>
-            <link>http://docs.swagger.io/swagger-core/v2.1.11/apidocs/</link>
+            <link>http://docs.swagger.io/swagger-core/v2.1.13/apidocs/</link>
           </links>
         </configuration>
         <reportSets>

Reply via email to