tsmock commented on pull request #175: URL: https://github.com/apache/ant/pull/175#issuecomment-1034936800
I ended up updating the JUnit5 versions to get some of their newer testing methods for testing JUnit extensions. In any case, from what _I_ know, there shouldn't be any effect on `ant` users by increasing the JUnit5 version, as the `junitlauncher` task requires the user to provide `JUnit5` libraries on the path. JUnit4 4.13.1 -> 4.13.2 should have no effect, minus the [bug fixes](https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.13.2.md) JUnit5 5.2.0 -> 5.8.2 is a bit bigger: * Added Java 12, 13, 14, 15, 16, 17, 18 in their JRE enum * `@Suite` support * `EngineTestKit` had some deprecated APIs removed in 5.7.0 (APIs were deprecated in 5.6.0) * Script-based APIs have been deprecated (5.5.0) and removed (5.6.0) * Many, many bug fixes Also, thank you for letting me know that you didn't take everything from the branch -- I usually delete my branches once they get merged, but I won't delete this one for awhile. I will go ahead and rebase onto HEAD though. -- 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: dev-unsubscr...@ant.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org