Use updated coordinates for Hibernate Validator.

See #4024.
This commit is contained in:
Greg L. Turnquist
2022-04-14 12:27:31 -05:00
parent 667b71e073
commit 65b02f92b4

View File

@@ -207,7 +207,7 @@
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>7.0.1.Final</version>
<scope>test</scope>