Index: trunk/ivysettings.xml
===================================================================
--- trunk/ivysettings.xml	(revision 19048)
+++ trunk/ivysettings.xml	(revision 19250)
@@ -6,3 +6,6 @@
     <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />
   </resolvers>
+  <!-- Remove junit5-system-exit specific statements in build.xml when we drop Java 11 as a build platform -->
+  <property name="versions.junit5-system-exit" value="1.1.2" unlessset="isJava17"/>
+  <property name="versions.junit5-system-exit" value="2.0.0" ifset="isJava17"/>
 </ivysettings>
