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 18b2689a7 Bump org.apache.commons:commons-configuration2 in /examples
(#8738)
18b2689a7 is described below
commit 18b2689a717b2af84b9cceffed99df184654f458
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 1 09:14:44 2026 +0100
Bump org.apache.commons:commons-configuration2 in /examples (#8738)
Bumps org.apache.commons:commons-configuration2 from 2.15.0 to 2.15.1.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-configuration2
dependency-version: 2.15.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 7c6543ce1..592ebd6b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -984,7 +984,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
- <version>2.15.0</version>
+ <version>2.15.1</version>
</dependency>
</dependencies>
</dependencyManagement>