Skip to content

Commit e55335e

Browse files
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](hibernate/hibernate-validator@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] <support@github.com>
1 parent 93c07d3 commit e55335e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
testImplementation 'org.springframework.security:spring-security-test'
7373
testImplementation 'org.springframework.retry:spring-retry:2.0.12'
7474
testImplementation 'jakarta.validation:jakarta.validation-api:3.1.1'
75-
testImplementation 'org.hibernate.validator:hibernate-validator:8.0.2.Final'
75+
testImplementation 'org.hibernate.validator:hibernate-validator:9.1.0.Final'
7676
testImplementation 'com.h2database:h2:2.4.240'
7777

7878
// Spring Boot 4 test starters (modular test infrastructure)

0 commit comments

Comments
 (0)