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 2021/12/19 07:33:57 UTC

[syncope] branch master updated: Upgrading Jackson, Camel, Log4J, Tika

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 0c45124  Upgrading Jackson, Camel, Log4J, Tika
0c45124 is described below

commit 0c451247816dfd4c36fcebc5f3f30eb10dc8bd43
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun Dec 19 08:33:44 2021 +0100

    Upgrading Jackson, Camel, Log4J, Tika
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index ead4c88..6e364c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@ under the License.
     <bouncycastle.version>1.70</bouncycastle.version>
     <nimbus-jose-jwt.version>9.15.2</nimbus-jose-jwt.version>
 
-    <jackson.version>2.13.0</jackson.version>
+    <jackson.version>2.13.1</jackson.version>
 
     <spring-boot.version>2.6.1</spring-boot.version>
     <spring-cloud-gateway.version>3.1.0</spring-cloud-gateway.version>
@@ -426,7 +426,7 @@ under the License.
 
     <flowable.version>6.7.1</flowable.version>
 
-    <camel.version>3.13.0</camel.version>
+    <camel.version>3.14.0</camel.version>
 
     <slf4j.version>1.7.32</slf4j.version>
 
@@ -435,7 +435,7 @@ under the License.
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>
 
-    <log4j2.version>2.16.0</log4j2.version>
+    <log4j2.version>2.17.0</log4j2.version>
     <disruptor.version>3.4.4</disruptor.version>
     
     <commons-jexl.version>3.2.1</commons-jexl.version>
@@ -1040,7 +1040,7 @@ under the License.
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0</version>
       </dependency>
 
       <dependency>
@@ -2576,7 +2576,7 @@ 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.1.0/api/</link>
+            <link>https://tika.apache.org/2.2.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>