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 de06bbf1ab Bump org.hibernate.validator:hibernate-validator (#1527)
de06bbf1ab is described below
commit de06bbf1ab0296075353a8b73c625f8f1c3f0ccf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 10:00:04 2026 +0200
Bump org.hibernate.validator:hibernate-validator (#1527)
Bumps
[org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator)
from 9.1.2.Final to 9.1.3.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
-
[Changelog](https://github.com/hibernate/hibernate-validator/blob/9.1.3.Final/changelog.md)
-
[Commits](https://github.com/hibernate/hibernate-validator/compare/9.1.2.Final...9.1.3.Final)
---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
dependency-version: 9.1.3.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 431b4dbfd2..d94b8e847c 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.2.Final</hibernate-validator.version>
+
<hibernate-validator.version>9.1.3.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>