GH-2199 - Upgrade to Hibernate Validator 8.0.1.

This commit is contained in:
Oliver Drotbohm
2024-08-13 11:56:53 +02:00
parent eddfc500fa
commit a5c4d8666f

View File

@@ -554,7 +554,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>