Skip to content

Commit fd0f48b

Browse files
chore(deps): bump org.hibernate.validator:hibernate-validator
Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.1.7.Final to 8.0.1.Final. - [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt) - [Commits](hibernate/hibernate-validator@6.1.7.Final...8.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] <[email protected]>
1 parent 1f17d06 commit fd0f48b

File tree

1 file changed

+1
-1
lines changed
  • aws-serverless-struts-archetype/src/main/resources/archetype-resources

1 file changed

+1
-1
lines changed

aws-serverless-struts-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation ('org.apache.struts:struts2-core:7.0.0-M8') {
3434
exclude group: 'org.apache.logging.log4j', module: 'log4j-api'
3535
}
36-
implementation ('org.hibernate.validator:hibernate-validator:6.1.7.Final')
36+
implementation ('org.hibernate.validator:hibernate-validator:8.0.1.Final')
3737
implementation ('com.fasterxml.jackson.core:jackson-databind:2.17.2')
3838
implementation ('com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2')
3939
implementation ('org.apache.logging.log4j:log4j-core:2.23.1')

0 commit comments

Comments
 (0)