You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2016/07/22 12:09:54 UTC

tapestry-5 git commit: upgrade to the last version of hibernate-validator that is based on validation-api 1.0

Repository: tapestry-5
Updated Branches:
  refs/heads/master 7bca9bdf0 -> 972637000


upgrade to the last version of hibernate-validator that is based on validation-api 1.0


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/97263700
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/97263700
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/97263700

Branch: refs/heads/master
Commit: 9726370000f3cf011a47a2fb037d69eb8492b7df
Parents: 7bca9bd
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Fri Jul 22 13:38:18 2016 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Fri Jul 22 13:39:37 2016 +0200

----------------------------------------------------------------------
 tapestry-beanvalidator/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/97263700/tapestry-beanvalidator/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-beanvalidator/build.gradle b/tapestry-beanvalidator/build.gradle
index c6fec58..b9d0652 100644
--- a/tapestry-beanvalidator/build.gradle
+++ b/tapestry-beanvalidator/build.gradle
@@ -6,7 +6,7 @@ dependencies {
   compile project(':tapestry-core')
 
   compile "javax.validation:validation-api:1.0.0.GA"
-  compile "org.hibernate:hibernate-validator:4.0.0.GA"
+  compile "org.hibernate:hibernate-validator:4.3.2.Final"
 
   testCompile project(':tapestry-test')
 }