Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 in /modu…
Browse files Browse the repository at this point in the history
…les/dataverse-parent (#10332)

* Bump org.apache.commons:commons-compress in /modules/dataverse-parent

Bumps org.apache.commons:commons-compress from 1.21 to 1.26.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update commons-io

commons-compress 1.26.0 uses a class introduced in commons-io 2.12

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: qqmyers <qqmyers@hotmail.com>
  • Loading branch information
dependabot[bot] and qqmyers committed Feb 29, 2024
1 parent 47d86b3 commit c90595c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/dataverse-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@
<!-- Basic libs, logging -->
<jakartaee-api.version>8.0.0</jakartaee-api.version>
<slf4j.version>1.7.35</slf4j.version>
<commons.io.version>2.11.0</commons.io.version>
<commons.io.version>2.15.1</commons.io.version>
<commons.logging.version>1.2</commons.logging.version>
<commons.lang3.version>3.12.0</commons.lang3.version>
<commons.compress.version>1.21</commons.compress.version>
<commons.compress.version>1.26.0</commons.compress.version>
<apache.httpcomponents.client.version>4.5.13</apache.httpcomponents.client.version>
<apache.httpcomponents.core.version>4.4.14</apache.httpcomponents.core.version>

Expand Down

0 comments on commit c90595c

Please sign in to comment.