This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push: new 5cc039a Update Apache Commons Compress to 1.21 5cc039a is described below commit 5cc039ae0b38459b087d0740ed5c170cf6be31a9 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jul 5 16:11:13 2022 +0100 Update Apache Commons Compress to 1.21 --- CHANGES.md | 4 +++- pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4061f73..7d417db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,7 +11,9 @@ - Update Apache Ant to 1.10.12. (markt) -- Update Commons IO to 2.11.0. (markt) +- Update Apache Commons Compress to 1.21. (markt) + +- Update Apache Commons IO to 2.11.0. (markt) ## 1.0.0 diff --git a/pom.xml b/pom.xml index 03ee479..bb48e30 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.20</version> + <version>1.21</version> </dependency> <dependency> <groupId>commons-io</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org