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 2020/02/04 08:06:22 UTC

[syncope] 01/02: Upgrading hibernate-validator

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

commit c9f36a38dc9b9127f8fa59dd82c3d3131857c135
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Feb 3 08:22:36 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index c547029..d0ccaec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@ under the License.
 
     <openjpa.version>3.1.0</openjpa.version>
     <hikaricp.version>3.4.2</hikaricp.version>
-    <hibernate-validator.version>6.1.1.Final</hibernate-validator.version>
+    <hibernate-validator.version>6.1.2.Final</hibernate-validator.version>
 
     <jasypt.version>1.9.3</jasypt.version>