olamy commented on code in PR #225: URL: https://github.com/apache/maven-shade-plugin/pull/225#discussion_r1616396732
########## pom.xml: ########## @@ -185,21 +181,21 @@ <artifactId>maven-dependency-tree</artifactId> <version>3.2.1</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-compress</artifactId> + <version>1.26.2</version> + </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.13.0</version> + <version>2.16.1</version> Review Comment: > changed the subject thanks for that. The new subject is really more comprehensive :P -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org