This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/main by this push:
     new d9d318f93 build(deps-dev): bump commons-validator:commons-validator 
(#1490)
d9d318f93 is described below

commit d9d318f93955fc875cb54018ab6df64a61c7d632
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 29 11:22:30 2025 +0100

    build(deps-dev): bump commons-validator:commons-validator (#1490)
    
    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>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 25f8f88ec..c6e5fb795 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -159,7 +159,7 @@
             <dependency>
                 <groupId>commons-validator</groupId>
                 <artifactId>commons-validator</artifactId>
-                <version>1.10.0</version>
+                <version>1.10.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>

Reply via email to