Repository: karaf Updated Branches: refs/heads/master b3ec4b0aa -> ecc855c6a
[KARAF-4807] Upgrade Hibernate Validator to version 5.3.1.Final Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/ecc855c6 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/ecc855c6 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/ecc855c6 Branch: refs/heads/master Commit: ecc855c6a888fdac9cd385f5bea21a89e093d5cb Parents: b3ec4b0 Author: Andrea Cosentino <[email protected]> Authored: Fri Oct 28 14:10:21 2016 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Fri Oct 28 14:10:21 2016 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/ecc855c6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ffaa8b0..3efd737 100644 --- a/pom.xml +++ b/pom.xml @@ -248,7 +248,7 @@ <hibernate3.version>3.3.2.GA</hibernate3.version> <hibernate42.version>4.2.15.Final</hibernate42.version> <hibernate43.version>4.3.6.Final</hibernate43.version> - <hibernate.validator.version>5.3.0.Final</hibernate.validator.version> + <hibernate.validator.version>5.3.1.Final</hibernate.validator.version> <jansi.version>1.14</jansi.version> <javassist.version>3.9.0.GA</javassist.version> <jline.version>3.0.1</jline.version>
