This is an automated email from the ASF dual-hosted git repository.

rabreu 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 ace70da72 Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0 
(#8347)
ace70da72 is described below

commit ace70da72d6e1df883dd350128ae2982c3388abd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 3 01:17:23 2026 +0000

    Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0 (#8347)
    
    * Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0
    
    Bumps 
[org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 
1.5.0 to 1.6.0.
    - 
[Changelog](https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt)
    - 
[Commits](https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-exec
      dependency-version: 1.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fixing licenses
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rui Abreu <[email protected]>
---
 DEPENDENCY-LICENSES | 2 +-
 LICENSE-binary      | 2 +-
 pom.xml             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index f368d0c06..e9b5141b1 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -28,7 +28,7 @@ List of third-party dependencies grouped by their license 
type.
         * Apache Commons Compress (org.apache.commons:commons-compress:1.28.0 
- https://commons.apache.org/proper/commons-compress/)
         * Apache Commons Configuration 
(org.apache.commons:commons-configuration2:2.13.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 Exec (org.apache.commons:commons-exec:1.5.0 - 
https://commons.apache.org/proper/commons-exec/)
+        * Apache Commons Exec (org.apache.commons:commons-exec:1.6.0 - 
https://commons.apache.org/proper/commons-exec/)
         * Apache Commons FileUpload 
(commons-fileupload:commons-fileupload:1.6.0 - 
https://commons.apache.org/proper/commons-fileupload/)
         * Apache Commons IO (commons-io:commons-io:2.21.0 - 
https://commons.apache.org/proper/commons-io/)
         * Apache Commons Lang (org.apache.commons:commons-lang3:3.20.0 - 
https://commons.apache.org/proper/commons-lang/)
diff --git a/LICENSE-binary b/LICENSE-binary
index 3af9ada7e..88d0711b1 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -667,7 +667,7 @@ The license texts of these dependencies can be found in the 
licenses directory.
         * Apache Commons Compress (org.apache.commons:commons-compress:1.28.0 
- https://commons.apache.org/proper/commons-compress/)
         * Apache Commons Configuration 
(org.apache.commons:commons-configuration2:2.13.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 Exec (org.apache.commons:commons-exec:1.5.0 - 
https://commons.apache.org/proper/commons-exec/)
+        * Apache Commons Exec (org.apache.commons:commons-exec:1.6.0 - 
https://commons.apache.org/proper/commons-exec/)
         * Apache Commons FileUpload 
(commons-fileupload:commons-fileupload:1.6.0 - 
https://commons.apache.org/proper/commons-fileupload/)
         * Apache Commons IO (commons-io:commons-io:2.21.0 - 
https://commons.apache.org/proper/commons-io/)
         * Apache Commons Lang (org.apache.commons:commons-lang3:3.20.0 - 
https://commons.apache.org/proper/commons-lang/)
diff --git a/pom.xml b/pom.xml
index 887a8a489..28dfb61a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
         <commons-io.version>2.21.0</commons-io.version>
         <commons-lang.version>2.6</commons-lang.version>
         <commons-lang3.version>3.20.0</commons-lang3.version>
-        <commons-exec.version>1.5.0</commons-exec.version>
+        <commons-exec.version>1.6.0</commons-exec.version>
         <commons-collections.version>4.5.0</commons-collections.version>
         <commons-fileupload.version>1.6.0</commons-fileupload.version>
         <commons-codec.version>1.20.0</commons-codec.version>

Reply via email to