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 1190f355e STORM-4121 - commons-csv:1.12.0
1190f355e is described below
commit 1190f355e830e86ada13de0cd20f10c1b1a65507
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Nov 13 21:00:56 2024 +0100
STORM-4121 - commons-csv:1.12.0
---
DEPENDENCY-LICENSES | 2 +-
LICENSE-binary | 2 +-
sql/storm-sql-runtime/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 5c15f6070..9ec7581a4 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -37,7 +37,7 @@ List of third-party dependencies grouped by their license
type.
* Apache Commons Compress (org.apache.commons:commons-compress:1.27.1
- https://commons.apache.org/proper/commons-compress/)
* Apache Commons Configuration
(org.apache.commons:commons-configuration2:2.11.0 -
https://commons.apache.org/proper/commons-configuration/)
* Apache Commons Crypto (org.apache.commons:commons-crypto:1.1.0 -
https://commons.apache.org/proper/commons-crypto/)
- * Apache Commons CSV (org.apache.commons:commons-csv:1.4 -
http://commons.apache.org/proper/commons-csv/)
+ * Apache Commons CSV (org.apache.commons:commons-csv:1.12.0 -
http://commons.apache.org/proper/commons-csv/)
* Apache Commons Exec (org.apache.commons:commons-exec:1.3 -
http://commons.apache.org/proper/commons-exec/)
* Apache Commons FileUpload (commons-fileupload:commons-fileupload:1.5
- https://commons.apache.org/proper/commons-fileupload/)
* Apache Commons IO (commons-io:commons-io:2.17.0 -
https://commons.apache.org/proper/commons-io/)
diff --git a/LICENSE-binary b/LICENSE-binary
index 82a84e0be..d382558d2 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -684,7 +684,7 @@ The license texts of these dependencies can be found in the
licenses directory.
* Apache Commons Compress (org.apache.commons:commons-compress:1.27.1
- https://commons.apache.org/proper/commons-compress/)
* Apache Commons Configuration
(org.apache.commons:commons-configuration2:2.11.0 -
https://commons.apache.org/proper/commons-configuration/)
* Apache Commons Crypto (org.apache.commons:commons-crypto:1.1.0 -
https://commons.apache.org/proper/commons-crypto/)
- * Apache Commons CSV (org.apache.commons:commons-csv:1.4 -
http://commons.apache.org/proper/commons-csv/)
+ * Apache Commons CSV (org.apache.commons:commons-csv:1.12.0 -
http://commons.apache.org/proper/commons-csv/)
* Apache Commons Exec (org.apache.commons:commons-exec:1.3 -
http://commons.apache.org/proper/commons-exec/)
* Apache Commons IO (commons-io:commons-io:2.17.0 -
https://commons.apache.org/proper/commons-io/)
* Apache Commons Logging (commons-logging:commons-logging:1.2 -
http://commons.apache.org/proper/commons-logging/)
diff --git a/sql/storm-sql-runtime/pom.xml b/sql/storm-sql-runtime/pom.xml
index 0993ef5be..edde8ca77 100644
--- a/sql/storm-sql-runtime/pom.xml
+++ b/sql/storm-sql-runtime/pom.xml
@@ -119,7 +119,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
- <version>1.4</version>
+ <version>1.12.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>