Skip to content

Commit d9762c9

Browse files
committed
fix: revert hibernate-validator upgrade #119
It broke a test, and since it's a test dependency, we can roll back.
1 parent e725325 commit d9762c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
<scope>test</scope>
9393
</dependency>
9494
<dependency>
95-
<groupId>org.hibernate.validator</groupId>
96-
<version>8.0.1.Final</version>
95+
<groupId>org.hibernate</groupId>
96+
<version>6.2.1.Final</version>
9797
<artifactId>hibernate-validator</artifactId>
9898
<scope>test</scope>
9999
</dependency>

0 commit comments

Comments
 (0)