Skip to content

Commit

Permalink
Bump hibernate-validator from 7.0.5.Final to 8.0.0.Final
Browse files Browse the repository at this point in the history
Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 7.0.5.Final to 8.0.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@7.0.5.Final...8.0.0.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and remkop committed Sep 20, 2022
1 parent 0afa6f2 commit 249e168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ext {
//el_api : "jakarta.el:jakarta.el-api:3.0.3",
el_impl : "org.glassfish:jakarta.el:4.0.2",

hibernate_validator_annproc: "org.hibernate.validator:hibernate-validator-annotation-processor:7.0.5.Final",
hibernate_validator_annproc: "org.hibernate.validator:hibernate-validator-annotation-processor:8.0.0.Final",
hibernate_validator : "org.hibernate.validator:hibernate-validator:7.0.5.Final",

kotlin_script_runtime : "org.jetbrains.kotlin:kotlin-script-runtime:1.7.10",
Expand Down

0 comments on commit 249e168

Please sign in to comment.