Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a55e511

Browse files
dependabot[bot]reiabreu
andauthoredJun 9, 2025··
Bump commons-fileupload:commons-fileupload from 1.5 to 1.6.0 (#8108)
* Bump commons-fileupload:commons-fileupload from 1.5 to 1.6.0 Bumps commons-fileupload:commons-fileupload from 1.5 to 1.6.0. --- updated-dependencies: - dependency-name: commons-fileupload:commons-fileupload dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fixing licenses * Fixing licenses * 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]>
1 parent 00ac022 commit a55e511

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
@@ -34,7 +34,7 @@ List of third-party dependencies grouped by their license type.
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/)
3636
* Apache Commons Exec (org.apache.commons:commons-exec:1.5.0 - https://commons.apache.org/proper/commons-exec/)
37-
* Apache Commons FileUpload (commons-fileupload:commons-fileupload:1.5 - https://commons.apache.org/proper/commons-fileupload/)
37+
* Apache Commons FileUpload (commons-fileupload:commons-fileupload:1.6.0 - 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/)
4040
* Apache Commons Logging (commons-logging:commons-logging:1.2 - http://commons.apache.org/proper/commons-logging/)

‎LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ The license texts of these dependencies can be found in the licenses directory.
653653
Apache-2.0
654654

655655
* Apache Avro (org.apache.avro:avro:1.12.0 - https://avro.apache.org)
656-
* Apache Commons FileUpload (commons-fileupload:commons-fileupload:1.5 - https://commons.apache.org/proper/commons-fileupload/)
656+
* Apache Commons FileUpload (commons-fileupload:commons-fileupload:1.6.0 - https://commons.apache.org/proper/commons-fileupload/)
657657
* Apache Commons Lang (org.apache.commons:commons-lang3:3.17.0 - https://commons.apache.org/proper/commons-lang/)
658658
* Apache Commons Text (org.apache.commons:commons-text:1.13.1 - https://commons.apache.org/proper/commons-text)
659659
* snappy-java (org.xerial.snappy:snappy-java:1.1.10.7 - https://github.com/xerial/snappy-java)

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<commons-lang3.version>3.17.0</commons-lang3.version>
9090
<commons-exec.version>1.5.0</commons-exec.version>
9191
<commons-collections.version>4.5.0</commons-collections.version>
92-
<commons-fileupload.version>1.5</commons-fileupload.version>
92+
<commons-fileupload.version>1.6.0</commons-fileupload.version>
9393
<commons-codec.version>1.18.0</commons-codec.version>
9494
<commons-text.version>1.13.1</commons-text.version>
9595
<commons-cli.version>1.9.0</commons-cli.version>

0 commit comments

Comments
 (0)
Please sign in to comment.