Skip to content

Commit 5b96052

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.2.Final to 9.0.1.Final. - [Changelog](https://github.com/hibernate/hibernate-validator/blob/9.0.1.Final/changelog.txt) - [Commits](hibernate/hibernate-validator@8.0.2.Final...9.0.1.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator-annotation-processor dependency-version: 9.0.1.Final dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0330831 commit 5b96052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ ext {
5656
//el_api : "jakarta.el:jakarta.el-api:3.0.3",
5757
el_impl : "org.glassfish:jakarta.el:4.0.2",
5858

59-
hibernate_validator_annproc: "org.hibernate.validator:hibernate-validator-annotation-processor:8.0.2.Final",
60-
hibernate_validator : "org.hibernate.validator:hibernate-validator:8.0.2.Final",
59+
hibernate_validator_annproc: "org.hibernate.validator:hibernate-validator-annotation-processor:9.0.1.Final",
60+
hibernate_validator : "org.hibernate.validator:hibernate-validator:9.0.1.Final",
6161

6262
kotlin_script_runtime : "org.jetbrains.kotlin:kotlin-script-runtime:2.1.20",
6363
]

0 commit comments

Comments
 (0)