Skip to content

Commit

Permalink
Bump org.hibernate.validator:hibernate-validator
Browse files Browse the repository at this point in the history
Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.2.0.Final to 8.0.2.Final.
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.2.Final/changelog.txt)
- [Commits](hibernate/hibernate-validator@6.2.0.Final...8.0.2.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 Dec 16, 2024
1 parent 65938e3 commit 3b5a05b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enumerables-jakarta-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<validation-api.version>3.1.0</validation-api.version>
<el-api.version>5.0.1</el-api.version>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<hibernate-validator.version>8.0.2.Final</hibernate-validator.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion enumerables-javax-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<root.basedir>${project.parent.basedir}</root.basedir>

<validation-api.version>2.0.1.Final</validation-api.version>
<hibernate-validator.version>6.2.0.Final</hibernate-validator.version>
<hibernate-validator.version>8.0.2.Final</hibernate-validator.version>
<javax-el.version>3.0.0</javax-el.version>
</properties>

Expand Down

0 comments on commit 3b5a05b

Please sign in to comment.