This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a7fce066 WW-5208 Update hibernate-validator to 6.2.4
     new 0c73cf2e0 Merge pull request #583 from 
sepe81/update-hibernate-validator-to.6.2.x
5a7fce066 is described below

commit 5a7fce066fa6da2d93ffebf058ed9191ef47e438
Author: Sebastian Peters <sebastian.pet...@gmail.com>
AuthorDate: Sat Aug 6 14:33:00 2022 +0200

    WW-5208 Update hibernate-validator to 6.2.4
    
    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/
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9e2148731..3a30a76e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to