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 2019/10/28 07:37:56 UTC

[syncope] branch master updated: Upgrading CXF, Camel, hibernate-validator and Groovy

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 5ee47fc  Upgrading CXF, Camel, hibernate-validator and Groovy
5ee47fc is described below

commit 5ee47fc97464b2f32e7677d6e92834faa3b3080e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Oct 28 08:34:59 2019 +0100

    Upgrading CXF, Camel, hibernate-validator and Groovy
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index a0cc2ff..669dc3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -399,7 +399,7 @@ under the License.
     <connid.scimv11.version>1.0.1</connid.scimv11.version>
     <connid.servicenow.version>1.0.0</connid.servicenow.version>
 
-    <cxf.version>3.3.3</cxf.version>
+    <cxf.version>3.3.4</cxf.version>
 
     <jackson.version>2.10.0</jackson.version>
 
@@ -410,7 +410,7 @@ under the License.
 
     <openjpa.version>3.1.0</openjpa.version>
     <hikaricp.version>3.4.1</hikaricp.version>
-    <hibernate-validator.version>6.0.17.Final</hibernate-validator.version>
+    <hibernate-validator.version>6.1.0.Final</hibernate-validator.version>
 
     <jasypt.version>1.9.3</jasypt.version>
 
@@ -418,11 +418,11 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <groovy.version>3.0.0-beta-3</groovy.version>
+    <groovy.version>3.0.0-rc-1</groovy.version>
 
     <flowable.version>6.4.2</flowable.version>
 
-    <camel.version>3.0.0-RC1</camel.version>
+    <camel.version>3.0.0-RC3</camel.version>
 
     <slf4j.version>1.7.28</slf4j.version>
     <opensaml.version>3.4.4</opensaml.version>
@@ -2444,11 +2444,11 @@ under the License.
             <link>http://fasterxml.github.io/jackson-core/javadoc/2.10/</link>
             <link>http://fasterxml.github.io/jackson-databind/javadoc/2.10/</link>
             <link>http://fasterxml.github.io/jackson-annotations/javadoc/2.10/</link>
-            <link>http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/</link>
+            <link>http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/</link>
             <link>http://fasterxml.github.io/jackson-dataformat-yaml/javadoc/2.9.pr1/</link>
             <link>http://fasterxml.github.io/jackson-datatype-joda/javadoc/2.10/</link>
-            <link>http://www.javadoc.io/doc/org.apache.camel/camel-core/3.0.0-RC1/</link>
-            <link>http://www.javadoc.io/doc/org.apache.camel/camel-spring/3.0.0-RC1/</link>
+            <link>http://www.javadoc.io/doc/org.apache.camel/camel-core/3.0.0-RC3/</link>
+            <link>http://www.javadoc.io/doc/org.apache.camel/camel-spring/3.0.0-RC3/</link>
             <link>https://ci.apache.org/projects/wicket/apidocs/8.x/</link>
             <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
             <link>https://commons.apache.org/proper/commons-jexl/apidocs/</link>