slawekjaranowski commented on code in PR #31: URL: https://github.com/apache/maven-verifier/pull/31#discussion_r913141944
########## pom.xml: ########## @@ -73,9 +73,9 @@ </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.13.2</version> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter</artifactId> + <version>5.8.0</version> Review Comment: Ok, now it will be next major version. so we can put junit in test scope. and remove all deprecated method from production code. -- 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