From e55335e16ef5e50093f18751bbf2d50811d63d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:05:21 +0000 Subject: [PATCH] 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.1.0.Final. - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/8.0.2.Final...9.1.0.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator dependency-version: 9.1.0.Final dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8c33cb8..e6c4b8d 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { testImplementation 'org.springframework.security:spring-security-test' testImplementation 'org.springframework.retry:spring-retry:2.0.12' testImplementation 'jakarta.validation:jakarta.validation-api:3.1.1' - testImplementation 'org.hibernate.validator:hibernate-validator:8.0.2.Final' + testImplementation 'org.hibernate.validator:hibernate-validator:9.1.0.Final' testImplementation 'com.h2database:h2:2.4.240' // Spring Boot 4 test starters (modular test infrastructure)