From 42c7596ae033164b5f1ef6d0e2ee6950a7a4fe65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 19:07:51 +0000 Subject: [PATCH] Bump hibernate-validator in /Chapter-10-Spring-MVC-pattern Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 5.4.1.Final to 5.4.2.Final. - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/5.4.2.Final/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/5.4.1.Final...5.4.2.Final) Signed-off-by: dependabot[bot] --- Chapter-10-Spring-MVC-pattern/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter-10-Spring-MVC-pattern/pom.xml b/Chapter-10-Spring-MVC-pattern/pom.xml index d269403..7d1726e 100644 --- a/Chapter-10-Spring-MVC-pattern/pom.xml +++ b/Chapter-10-Spring-MVC-pattern/pom.xml @@ -37,7 +37,7 @@ org.hibernate hibernate-validator - 5.4.1.Final + 5.4.2.Final