This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 321562d17 Bump org.apache.commons:commons-configuration2 from 2.13.0
to 2.14.0
321562d17 is described below
commit 321562d17ccdb410c208def2f3c408abaeed3ff9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 16 17:34:19 2026 +0000
Bump org.apache.commons:commons-configuration2 from 2.13.0 to 2.14.0
Bumps org.apache.commons:commons-configuration2 from 2.13.0 to 2.14.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-configuration2
dependency-version: 2.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a5461922a..0c645cf31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1229,7 +1229,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
- <version>2.13.0</version>
+ <version>2.14.0</version>
</dependency>
</dependencies>
</dependencyManagement>