From a086fba5e4a56e31a0de7c1fd9d344a7af249947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 22:58:27 +0000 Subject: [PATCH] Bump hibernate-validator in /SpringHibernateExample Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 4.2.0.Final to 4.3.2.Final. - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/4.3.2.Final/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/4.2.0.Final...4.3.2.Final) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SpringHibernateExample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpringHibernateExample/pom.xml b/SpringHibernateExample/pom.xml index 725ccba..f174f36 100644 --- a/SpringHibernateExample/pom.xml +++ b/SpringHibernateExample/pom.xml @@ -129,7 +129,7 @@ org.hibernate hibernate-validator - 4.2.0.Final + 4.3.2.Final org.hibernate