Skip to content

Commit 3b8b761

Browse files
committed
work
1 parent d9cf2ac commit 3b8b761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@
262262
<version>8.0.31</version>
263263
</dependency>
264264
<dependency>
265-
<groupId>org.hibernate</groupId>
265+
<groupId>org.hibernate.validator</groupId>
266266
<artifactId>hibernate-validator</artifactId>
267-
<version>6.2.5.Final</version>
267+
<version></version>
268268
</dependency>
269269
<dependency>
270270
<groupId>org.hamcrest</groupId>
@@ -462,7 +462,7 @@
462462
<artifactId>validation-api</artifactId>
463463
</dependency>
464464
<dependency>
465-
<groupId>org.hibernate</groupId>
465+
<groupId>org.hibernate.validator</groupId>
466466
<artifactId>hibernate-validator</artifactId>
467467
</dependency>
468468

0 commit comments

Comments
 (0)