This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch release/struts-6-8-x
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/release/struts-6-8-x by this
push:
new 6e15fbde3 build(deps-dev): bump commons-validator:commons-validator
(#1523)
6e15fbde3 is described below
commit 6e15fbde32f5fd088e8f77a21dc58bbfe0ddf88a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 14 19:19:51 2026 +0100
build(deps-dev): bump commons-validator:commons-validator (#1523)
Bumps
[commons-validator:commons-validator](https://github.com/apache/commons-validator)
from 1.10.0 to 1.10.1.
-
[Changelog](https://github.com/apache/commons-validator/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-validator/compare/rel/commons-validator-1.10.0...rel/commons-validator-1.10.1)
---
updated-dependencies:
- dependency-name: commons-validator:commons-validator
dependency-version: 1.10.1
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 2c5cadf81..ec2e2ba7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -892,7 +892,7 @@
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
- <version>1.10.0</version>
+ <version>1.10.1</version>
</dependency>
<!-- Mocks for unit testing (by Spring) -->