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 892ffe216 Bump org.apache.commons:commons-collections4 from 4.1 to 4.4
892ffe216 is described below
commit 892ffe2164ade858944390ed273768aea5e376af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 23 04:12:52 2024 +0000
Bump org.apache.commons:commons-collections4 from 4.1 to 4.4
Bumps org.apache.commons:commons-collections4 from 4.1 to 4.4.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-collections4
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
sql/storm-sql-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sql/storm-sql-core/pom.xml b/sql/storm-sql-core/pom.xml
index 01e34c367..7cfc38905 100644
--- a/sql/storm-sql-core/pom.xml
+++ b/sql/storm-sql-core/pom.xml
@@ -139,7 +139,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
- <version>4.1</version>
+ <version>4.4</version>
<scope>test</scope>
</dependency>
</dependencies>