Skip to content

Commit

Permalink
chore: update commons-compress to 1.26.1 (#1020)
Browse files Browse the repository at this point in the history
* chore: update commons-compress to 1.26.1

* remove explicit dependency

* use guava to replace commons-io

* update commons-io
  • Loading branch information
JoeWang1127 committed Apr 15, 2024
1 parent 3c5ac32 commit f22f8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,10 @@
<version>3.4</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.15.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion appengine-plugins-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.24.0</version>
<version>1.26.1</version>
</dependency>

<!-- test dependencies -->
Expand Down

0 comments on commit f22f8bd

Please sign in to comment.