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:38:01 UTC

[syncope] branch 2_1_X updated: Upgrading hibernate-validator and Groovy

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

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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 166dd3c  Upgrading hibernate-validator and Groovy
166dd3c is described below

commit 166dd3ceb9a2e1a33064d11410791a4273aa9ef9
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Oct 28 08:15:08 2019 +0100

    Upgrading hibernate-validator and Groovy
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 09ff068..4b5bdc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,7 +408,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.0.18.Final</hibernate-validator.version>
 
     <jasypt.version>1.9.3</jasypt.version>
 
@@ -416,7 +416,7 @@ 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>
 
@@ -2454,7 +2454,7 @@ 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/2.24.2/</link>