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 c5d0074 Update to Commons Compress to 1.22 c5d0074 is described below commit c5d0074494a9db20c62a2d435db645ada60a36b4 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Nov 2 10:15:56 2022 +0000 Update to Commons Compress to 1.22 --- CHANGES.md | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4508ddb..228ce68 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,7 @@ - Improve composability of the migration tool when using from other tools. PR [#36](https://github.com/apache/tomcat-jakartaee-migration/pull/36) provided by Danny Thomas (lihan) - Avoid converting many classes from javax.annotation. PR [#37](https://github.com/apache/tomcat-jakartaee-migration/pull/37) provided by Danny Thomas (remm) - Update Apache BCEL to 6.6.0. (markt) +- Update Apache Commons Compress 1.22. (markt) ## 1.0.4 diff --git a/pom.xml b/pom.xml index 0b0cc9b..3699420 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.21</version> + <version>1.22</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