From 6d7bf9a0afa6f0fe0b1e47e68863d771047d17ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 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.0.Final to 9.1.1.Final. - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/9.1.1.Final/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/9.1.0.Final...9.1.1.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator dependency-version: 9.1.1.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 cb16565..7ccd5c4 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.0.Final' + testImplementation 'org.hibernate.validator:hibernate-validator:9.1.1.Final' testImplementation 'com.h2database:h2:2.4.240' // Spring Boot 4 test starters (modular test infrastructure)