This is an automated email from the ASF dual-hosted git repository. pedro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git
commit 78fad307d45805d4959ca6a2c860867aa8af3dba Author: Andrea Del Bene <[email protected]> AuthorDate: Sun Feb 8 18:36:58 2026 +0100 Update hibernate-validator version to 9.1.0.Final --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ccf78a5b77..ae789da859 100644 --- a/pom.xml +++ b/pom.xml @@ -172,7 +172,7 @@ <jsr305.version>3.0.2</jsr305.version> <logback.version>1.2.7</logback.version> <hamcrest.version>3.0</hamcrest.version> - <hibernate-validator.version>8.0.2.Final</hibernate-validator.version> + <hibernate-validator.version>9.1.0.Final</hibernate-validator.version> <httpunit.version>1.7.3</httpunit.version> <metrics.version>4.2.38</metrics.version> <mockito.version>5.21.0</mockito.version>
