Skip to content

Commit f128e19

Browse files
authored
Merge pull request #670 from raynigon/dependabot/gradle/org.hibernate.validator-hibernate-validator-9.1.0.Final
Bump org.hibernate.validator:hibernate-validator from 9.0.1.Final to 9.1.0.Final
2 parents 7484f13 + ab25a07 commit f128e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit-api-validation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies {
77
implementation project(":unit-api-core")
88

99
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
10-
testImplementation 'org.hibernate.validator:hibernate-validator:9.0.1.Final'
10+
testImplementation 'org.hibernate.validator:hibernate-validator:9.1.0.Final'
1111
testImplementation("org.glassfish:jakarta.el:4.0.2")
1212
}

0 commit comments

Comments
 (0)