Skip to content

Commit 7a9767a

Browse files
Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0 (#8087)
* Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0 Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-exec dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update DEPENDENCY-LICENSES * Update LICENSE-binary --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: reiabreu <[email protected]>
1 parent a2c2caa commit 7a9767a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DEPENDENCY-LICENSES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ List of third-party dependencies grouped by their license type.
3333
* Apache Commons Configuration (org.apache.commons:commons-configuration2:2.12.0 - https://commons.apache.org/proper/commons-configuration/)
3434
* Apache Commons Crypto (org.apache.commons:commons-crypto:1.1.0 - https://commons.apache.org/proper/commons-crypto/)
3535
* Apache Commons CSV (org.apache.commons:commons-csv:1.14.0 - https://commons.apache.org/proper/commons-csv/)
36-
* Apache Commons Exec (org.apache.commons:commons-exec:1.4.0 - https://commons.apache.org/proper/commons-exec/)
36+
* Apache Commons Exec (org.apache.commons:commons-exec:1.5.0 - https://commons.apache.org/proper/commons-exec/)
3737
* Apache Commons FileUpload (commons-fileupload:commons-fileupload:1.5 - https://commons.apache.org/proper/commons-fileupload/)
3838
* Apache Commons IO (commons-io:commons-io:2.19.0 - https://commons.apache.org/proper/commons-io/)
3939
* Apache Commons Lang (org.apache.commons:commons-lang3:3.17.0 - https://commons.apache.org/proper/commons-lang/)

LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ The license texts of these dependencies can be found in the licenses directory.
681681
* Apache Commons Configuration (org.apache.commons:commons-configuration2:2.12.0 - https://commons.apache.org/proper/commons-configuration/)
682682
* Apache Commons Crypto (org.apache.commons:commons-crypto:1.1.0 - https://commons.apache.org/proper/commons-crypto/)
683683
* Apache Commons CSV (org.apache.commons:commons-csv:1.14.0 - http://commons.apache.org/proper/commons-csv/)
684-
* Apache Commons Exec (org.apache.commons:commons-exec:1.4.0 - http://commons.apache.org/proper/commons-exec/)
684+
* Apache Commons Exec (org.apache.commons:commons-exec:1.5.0 - http://commons.apache.org/proper/commons-exec/)
685685
* Apache Commons IO (commons-io:commons-io:2.19.0 - https://commons.apache.org/proper/commons-io/)
686686
* Apache Commons Logging (commons-logging:commons-logging:1.2 - http://commons.apache.org/proper/commons-logging/)
687687
* Apache Commons Net (commons-net:commons-net:3.9.0 - https://commons.apache.org/proper/commons-net/)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<commons-io.version>2.19.0</commons-io.version>
8888
<commons-lang.version>2.6</commons-lang.version>
8989
<commons-lang3.version>3.17.0</commons-lang3.version>
90-
<commons-exec.version>1.4.0</commons-exec.version>
90+
<commons-exec.version>1.5.0</commons-exec.version>
9191
<commons-collections.version>4.5.0</commons-collections.version>
9292
<commons-fileupload.version>1.5</commons-fileupload.version>
9393
<commons-codec.version>1.18.0</commons-codec.version>

0 commit comments

Comments
 (0)