We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7484f13 + ab25a07 commit f128e19Copy full SHA for f128e19
unit-api-validation/build.gradle
@@ -7,6 +7,6 @@ dependencies {
7
implementation project(":unit-api-core")
8
9
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
10
- testImplementation 'org.hibernate.validator:hibernate-validator:9.0.1.Final'
+ testImplementation 'org.hibernate.validator:hibernate-validator:9.1.0.Final'
11
testImplementation("org.glassfish:jakarta.el:4.0.2")
12
}
0 commit comments