This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new 5222d76545 Bump commons-validator:commons-validator from 1.10.1 to
1.11.0
5222d76545 is described below
commit 5222d76545fb19f948c60ea9131c21ea43ed4a8d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 10:55:11 2026 +0000
Bump commons-validator:commons-validator from 1.10.1 to 1.11.0
Bumps
[commons-validator:commons-validator](https://github.com/apache/commons-validator)
from 1.10.1 to 1.11.0.
-
[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.1...rel/commons-validator-1.11.0)
---
updated-dependencies:
- dependency-name: commons-validator:commons-validator
dependency-version: 1.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index 41f763b6b4..454e8a72ac 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -32,7 +32,7 @@ dependencies {
implementation 'commons-cli:commons-cli:1.11.0'
implementation 'commons-fileupload:commons-fileupload:1.6.0'
implementation 'commons-net:commons-net:3.13.0'
- implementation 'commons-validator:commons-validator:1.10.1'
+ implementation 'commons-validator:commons-validator:1.11.0'
implementation 'de.odysseus.juel:juel-impl:2.2.7'
implementation 'javax.transaction:javax.transaction-api:1.3'
implementation 'net.fortuna.ical4j:ical4j:1.0-rc4-atlassian-12'