Use junit5-system-exit 2.0.2 to resolve Java 25 ftbfs
This MR addresses #1108587
pgpainless uses junit5-system-exit in tests. The implementation using Security Manager can not be used due to the removal of Security Manager in Java 25. junit5-system-exit uses instrumentation API.
Changes:
- use junit5-system-exit 2.0.2 to resolve Java 25 ftbfs.
Testing:
- rebuild in sid chroot with updated junit5-system-exit
- rebuild in sid chroot with default java 25 and updated junit5-system-exit
Edited by Vladimir Petko