Skip to content

Commit

Permalink
Bump hibernate-validator from 6.1.2.Final to 7.0.1.Final
Browse files Browse the repository at this point in the history
Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.1.2.Final to 7.0.1.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@6.1.2.Final...7.0.1.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and remkop committed Dec 1, 2021
1 parent 14f7037 commit f1be431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picocli-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
"org.apache.logging.log4j:log4j-core:2.14.1",
// for the JSR-380 BeanValidation example
"javax.validation:validation-api:2.0.0.Final",
"org.hibernate.validator:hibernate-validator:6.1.2.Final",
"org.hibernate.validator:hibernate-validator:7.0.1.Final",
"org.hibernate.validator:hibernate-validator-annotation-processor:7.0.1.Final",
"javax.el:javax.el-api:3.0.0",
"org.glassfish.web:javax.el:2.2.6"
Expand Down

0 comments on commit f1be431

Please sign in to comment.