GH-2185 - Upgrade to Hibernate Validator 8.0.1.

This commit is contained in:
Oliver Drotbohm
2024-08-13 11:38:19 +02:00
parent fbf3cf1a5f
commit 690043c4fa

View File

@@ -564,7 +564,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.0.Final</version>
<version>8.0.1.Final</version>
<scope>test</scope>
</dependency>