This is an automated email from the ASF dual-hosted git repository.
voonhous pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 503963910d84 chore(deps): bump
org.apache.commons:commons-configuration2 (#18801)
503963910d84 is described below
commit 503963910d84224b094d7ecfb8ca59d6881f8dc8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 12:23:47 2026 +0000
chore(deps): bump org.apache.commons:commons-configuration2 (#18801)
Bumps org.apache.commons:commons-configuration2 from 2.11.0 to 2.15.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-configuration2
dependency-version: 2.15.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
packaging/hudi-cli-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packaging/hudi-cli-bundle/pom.xml
b/packaging/hudi-cli-bundle/pom.xml
index d5a6ff5d8aa0..d131ab31bb38 100644
--- a/packaging/hudi-cli-bundle/pom.xml
+++ b/packaging/hudi-cli-bundle/pom.xml
@@ -36,7 +36,7 @@
<jakarta.validation.version>2.0.2</jakarta.validation.version>
<jline.version>3.21.0</jline.version>
<hudi.cli.gson.version>2.11.0</hudi.cli.gson.version>
- <commons-configuration-2.version>2.11.0</commons-configuration-2.version>
+ <commons-configuration-2.version>2.15.0</commons-configuration-2.version>
</properties>
<build>