Skip to content

Commit

Permalink
Merge pull request #3733 from hazendaz/renovate/hibernate-validator
Browse files Browse the repository at this point in the history
Update hibernate validator to v8.0.2.Final
  • Loading branch information
hazendaz authored Dec 13, 2024
2 parents 4e2cfdd + caac6bc commit d824123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -521,19 +521,19 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator-annotation-processor</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator-cdi</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d824123

Please sign in to comment.