cstamas commented on code in PR #1752:
URL: https://github.com/apache/maven-resolver/pull/1752#discussion_r2694915324
##########
maven-resolver-spi/pom.xml:
##########
@@ -47,6 +47,11 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.21.0</version>
Review Comment:
Pull up, as we already have commons-io as dependency somewhere, so let them
have aligned. Same for commons-codec, so even if this PR goes in as-is (which
is fine) we need another pass to pull these up.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]