From 84bc6fceae9ecb31cb9f77bfd2946e365d4c4610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 22:27:56 +0000 Subject: [PATCH 1/2] Bump org.hibernate.validator:hibernate-validator Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 8.0.2.Final to 9.0.0.Final. - [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/8.0.2.Final...9.0.0.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator dependency-version: 9.0.0.Final dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5e133f7..d7dfee2 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ org.hibernate.validator hibernate-validator - 8.0.2.Final + 9.0.0.Final From 3d463a92d1f3fc0ddb747f62978205b69e0a4066 Mon Sep 17 00:00:00 2001 From: Manoj Garai Date: Wed, 4 Jun 2025 13:12:13 +0100 Subject: [PATCH 2/2] Exclude jakarta.validation-api --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index d7dfee2..ca0d2a4 100644 --- a/pom.xml +++ b/pom.xml @@ -106,6 +106,12 @@ org.hibernate.validator hibernate-validator 9.0.0.Final + + + jakarta.validation + jakarta.validation-api + +