Skip to content

Commit

Permalink
Merge pull request #1064 from ZakarFin/bump-compress
Browse files Browse the repository at this point in the history
Bump commons-compress
  • Loading branch information
ZakarFin authored May 22, 2024
2 parents f2d09ed + 19bef6a commit cbbda6f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ The 2.15 doesn't report any breaking changes so its backwards compatible with 2.
<commons-io.version>2.15.0</commons-io.version>
<commons-csv.version>1.10.0</commons-csv.version>
<xmlgraphics-fop.version>2.9</xmlgraphics-fop.version>
<!-- Note! Check commons-compress override when updating this -->
<poi-ooxml.version>5.2.5</poi-ooxml.version>

<jsoup.version>1.17.2</jsoup.version>
Expand Down Expand Up @@ -143,6 +144,15 @@ The 2.15 doesn't report any breaking changes so its backwards compatible with 2.
<!-- Managed dependencies -->
<dependencyManagement>
<dependencies>
<!-- version 1.25.0 is transitive from org.apache.poi/poi-ooxml 5.2.5
It has a vulnerability that has been patched in comporess 1.26.1 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.1</version>
</dependency>


<!-- Oskari -->
<dependency>
<groupId>org.oskari</groupId>
Expand Down

0 comments on commit cbbda6f

Please sign in to comment.