Skip to content

Commit d11487b

Browse files
committed
Updating hibernate-validator to what is in springboot 2.4.3
1 parent df6b299 commit d11487b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
compile "com.graphql-java:graphql-java:16.2"
4343
compile 'org.slf4j:slf4j-api:1.7.30'
4444
compile "jakarta.validation:jakarta.validation-api:2.0.2"
45-
compile "org.hibernate.validator:hibernate-validator:6.1.6.Final"
45+
compile "org.hibernate.validator:hibernate-validator:6.1.7.Final"
4646
compile "jakarta.el:jakarta.el-api:3.0.3"
4747
compile "org.glassfish:jakarta.el:3.0.3"
4848

0 commit comments

Comments
 (0)