This is an automated email from the ASF dual-hosted git repository.
bitstorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 0170ebb685 Bump org.hibernate.validator:hibernate-validator (#1515)
0170ebb685 is described below
commit 0170ebb68590028d513a00657352a6f64363a4c3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 10:09:16 2026 +0200
Bump org.hibernate.validator:hibernate-validator (#1515)
Bumps
[org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator)
from 9.1.1.Final to 9.1.2.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
-
[Changelog](https://github.com/hibernate/hibernate-validator/blob/9.1.2.Final/changelog.md)
-
[Commits](https://github.com/hibernate/hibernate-validator/compare/9.1.1.Final...9.1.2.Final)
---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
dependency-version: 9.1.2.Final
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e5d73b3ba0..67ced47b5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
<jsr305.version>3.0.2</jsr305.version>
<logback.version>1.2.7</logback.version>
<hamcrest.version>3.0</hamcrest.version>
-
<hibernate-validator.version>9.1.1.Final</hibernate-validator.version>
+
<hibernate-validator.version>9.1.2.Final</hibernate-validator.version>
<httpunit.version>1.7.3</httpunit.version>
<metrics.version>4.2.39</metrics.version>
<mockito.version>5.23.0</mockito.version>