Skip to content

Commit bbbd87c

Browse files
Bump org.hibernate.validator:hibernate-validator-annotation-processor
Bumps [org.hibernate.validator:hibernate-validator-annotation-processor](https://github.com/hibernate/hibernate-validator) from 8.0.1.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.1.Final...9.1.0.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator-annotation-processor 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 f8eac9c commit bbbd87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ dependencies {
3131
implementation 'net.sourceforge.pmd:pmd-cpp:6.55.0'
3232
implementation 'net.sourceforge.pmd:pmd-jsp:6.55.0'
3333
implementation 'jakarta.validation:jakarta.validation-api:3.0.2'
34-
implementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final'
35-
implementation 'org.hibernate.validator:hibernate-validator-annotation-processor:8.0.1.Final'
34+
implementation 'org.hibernate.validator:hibernate-validator:9.1.0.Final'
35+
implementation 'org.hibernate.validator:hibernate-validator-annotation-processor:9.1.0.Final'
3636
implementation 'jakarta.el:jakarta.el-api:5.0.1'
3737
implementation 'org.glassfish:jakarta.el:4.0.2'
3838
implementation 'com.google.code.gson:gson:2.10.1'

0 commit comments

Comments
 (0)