This is an automated email from the ASF dual-hosted git repository. jogep pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new 95866c3 Use latest available hibernate-validator version for bean validation test scope 95866c3 is described below commit 95866c347e2b746350d7d28f2391790f8e0d8fda Author: Johannes Geppert <jo...@apache.org> AuthorDate: Sat Feb 9 15:08:06 2019 +0100 Use latest available hibernate-validator version for bean validation test scope --- plugins/bean-validation/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index f304f79..04595cc 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -52,7 +52,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> - <version>5.1.3.Final</version> + <version>5.4.1.Final</version> <scope>test</scope> </dependency> <dependency>