Skip to content

Commit

Permalink
WW-5208 Update hibernate-validator to 6.2.4
Browse files Browse the repository at this point in the history
b/c 6.1 has reached its end-of-life according to
https://hibernate.org/validator/releases/6.1/

6.2 is compatible with the given Java and Jakarta
versions and supports `javax.validation.*` according to
https://hibernate.org/validator/releases/6.2/
  • Loading branch information
sepe81 committed Aug 6, 2022
1 parent de3dabb commit 5a7fce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<tiles.version>3.0.8</tiles.version>
<tiles-request.version>1.0.7</tiles-request.version>
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
<hibernate-validator.version>6.1.3.Final</hibernate-validator.version>
<hibernate-validator.version>6.2.4.Final</hibernate-validator.version>

<!-- Site generation -->
<fluido-skin.version>1.9</fluido-skin.version>
Expand Down

0 comments on commit 5a7fce0

Please sign in to comment.