This is an automated email from the ASF dual-hosted git repository.
reiabreu 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 d21aeae2b Bump org.apache.commons:commons-configuration2 from 2.14.0
to 2.15.0 (#8671)
d21aeae2b is described below
commit d21aeae2b260413f9fc395068ced9752687a3ee3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 23:55:28 2026 +0100
Bump org.apache.commons:commons-configuration2 from 2.14.0 to 2.15.0 (#8671)
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 94b9950cb..6f8477eda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -977,7 +977,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
- <version>2.14.0</version>
+ <version>2.15.0</version>
</dependency>
</dependencies>
</dependencyManagement>