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 8.0.1.Final to 8.0.2.Final.
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.2.Final/changelog.txt)
- [Commits](hibernate/hibernate-validator@8.0.1.Final...8.0.2.Final)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 653132e commit 5d88910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation("de.otto.edison:edison-core:3.3.3")

//Update hibernate validator that comes with edison-core
implementation("org.hibernate.validator:hibernate-validator:8.0.1.Final")
implementation("org.hibernate.validator:hibernate-validator:8.0.2.Final")
//Update commons-codec
implementation("commons-codec:commons-codec:1.17.1")
//Update embedded tomcat
Expand Down

0 comments on commit 5d88910

Please sign in to comment.