Skip to content

Commit 23ec2c7

Browse files
Bump org.hibernate.validator:hibernate-validator
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] <support@github.com>
1 parent 85d2984 commit 23ec2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation("de.otto.edison:edison-core:3.3.3")
1111

1212
//Update hibernate validator that comes with edison-core
13-
implementation("org.hibernate.validator:hibernate-validator:8.0.1.Final")
13+
implementation("org.hibernate.validator:hibernate-validator:8.0.2.Final")
1414
//Update commons-codec
1515
implementation("commons-codec:commons-codec:1.17.1")
1616
//Update embedded tomcat

0 commit comments

Comments
 (0)