This is an automated email from the ASF dual-hosted git repository.
reiabreu pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/2.x by this push:
new 6baa3abb3 Bump org.apache.commons:commons-configuration2 from 2.14.0
to 2.15.0 (#8684)
6baa3abb3 is described below
commit 6baa3abb361e5fd21e458d8ebc281265d8bf5d6a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 19 00:04:07 2026 +0100
Bump org.apache.commons:commons-configuration2 from 2.14.0 to 2.15.0 (#8684)
Bumps org.apache.commons:commons-configuration2 from 2.14.0 to 2.15.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-configuration2
dependency-version: 2.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 1a28b506c..2af6724f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1229,7 +1229,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
- <version>2.14.0</version>
+ <version>2.15.0</version>
</dependency>
</dependencies>
</dependencyManagement>