From 7f8530c2d4c3b0e712465390ff8082a4abfbfaa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:05:36 +0000 Subject: [PATCH] Bump org.hibernate.validator:hibernate-validator in /web Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.1.0.Final to 6.2.0.Final. - [Changelog](https://github.com/hibernate/hibernate-validator/blob/6.2.0.Final/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/6.1.0.Final...6.2.0.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pom.xml b/web/pom.xml index 69fdce2..8739cc3 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -37,7 +37,7 @@ org.hibernate.validator hibernate-validator - 6.1.0.Final + 6.2.0.Final org.hibernate