From 8c11bf995fc9da43373524a36043263c8f85bdb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:04:27 +0000 Subject: [PATCH] chore(deps): bump org.hibernate.validator:hibernate-validator Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 9.1.1.Final to 9.1.2.Final. - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/9.1.2.Final/changelog.md) - [Commits](https://github.com/hibernate/hibernate-validator/compare/9.1.1.Final...9.1.2.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator dependency-version: 9.1.2.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7ccd5c4..bd5d28d 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ dependencies { testImplementation 'org.springframework.security:spring-security-webauthn' testImplementation 'org.springframework.retry:spring-retry:2.0.13' testImplementation 'jakarta.validation:jakarta.validation-api:3.1.1' - testImplementation 'org.hibernate.validator:hibernate-validator:9.1.1.Final' + testImplementation 'org.hibernate.validator:hibernate-validator:9.1.2.Final' testImplementation 'com.h2database:h2:2.4.240' // Spring Boot 4 test starters (modular test infrastructure)