This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git
commit d488c37dbcd3a8c8372fb1cf2faade49ebca2c0d Author: Andriy Redko <[email protected]> AuthorDate: Wed Aug 6 21:54:29 2025 -0400 Update Hibernate Validator to 8.0.3.Final --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index b183721fb8..2bee97bb83 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -121,7 +121,7 @@ <cxf.hamcrest.version>3.0</cxf.hamcrest.version> <cxf.hazelcast.version>5.5.0</cxf.hazelcast.version> <cxf.hibernate.em.version>6.6.15.Final</cxf.hibernate.em.version> - <cxf.hibernate.validator.version>8.0.2.Final</cxf.hibernate.validator.version> + <cxf.hibernate.validator.version>8.0.3.Final</cxf.hibernate.validator.version> <cxf.hsqldb.version>2.7.4</cxf.hsqldb.version> <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range> <cxf.httpcomponents.asyncclient.version>4.1.5</cxf.httpcomponents.asyncclient.version>
