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 a6a5f98ff STORM-4152 - commons-csv 1.13.0
a6a5f98ff is described below

commit a6a5f98ffbe34a3c6cbad3054e25d35c44264ceb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 13 08:19:54 2025 +0100

    STORM-4152 - commons-csv 1.13.0
    
    * Bump org.apache.commons:commons-csv from 1.12.0 to 1.13.0
    
    Bumps 
[org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 
1.12.0 to 1.13.0.
    - 
[Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt)
    - 
[Commits](https://github.com/apache/commons-csv/compare/rel/commons-csv-1.12.0...rel/commons-csv-1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-csv
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * license
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Richard Zowalla <[email protected]>
---
 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 bb136a298..1e840fc8e 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -33,7 +33,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.12.0 - 
https://commons.apache.org/proper/commons-csv/)
+        * Apache Commons CSV (org.apache.commons:commons-csv:1.13.0 - 
https://commons.apache.org/proper/commons-csv/)
         * Apache Commons Exec (org.apache.commons:commons-exec:1.4.0 - 
https://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.18.0 - 
https://commons.apache.org/proper/commons-io/)
diff --git a/LICENSE-binary b/LICENSE-binary
index d23512494..6e967bd5e 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -680,7 +680,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.12.0 - 
http://commons.apache.org/proper/commons-csv/)
+        * Apache Commons CSV (org.apache.commons:commons-csv:1.13.0 - 
http://commons.apache.org/proper/commons-csv/)
         * Apache Commons Exec (org.apache.commons:commons-exec:1.4.0 - 
http://commons.apache.org/proper/commons-exec/)
         * Apache Commons IO (commons-io:commons-io:2.18.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 d80fd1671..ee5e929f2 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.12.0</version>
+            <version>1.13.0</version>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>

Reply via email to