source: josm/trunk/ivysettings.xml@ 19264

Last change on this file since 19264 was 19250, checked in by taylor.smock, 6 weeks ago

Dependency updates

ivy.xml:

  • junit5-system-exit: 1.1.2 -> 2.0.0 on Java 17+. This is needed since there are patches currently being applied to the JDK to remove the security manager (see JEP 486), and the 1.x series will no longer work. The 2.x series is Java 17+ only and runs as a javaagent.
  • tag2link: 2024.8.21 -> 2024.10.21
  • wiremock: 3.9.1 -> 3.9.2
  • junit5: 5.11.0 -> 5.11.3

tools/ivy.xml:

  • checkstyle: 10.18.1 -> 10.18.2
  • proguard-ant: 7.5.0 -> 7.6.0
  • pmd: 7.5.0 -> 7.6.0
  • errorprone: Not upgraded from 2.31.0 -> 2.34.0 (since it is Java 17+ only)
File size: 595 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!-- License: GPL. For details, see LICENSE file. -->
3<ivysettings>
4 <settings defaultResolver="josm-nexus"/>
5 <resolvers>
6 <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />
7 </resolvers>
8 <!-- Remove junit5-system-exit specific statements in build.xml when we drop Java 11 as a build platform -->
9 <property name="versions.junit5-system-exit" value="1.1.2" unlessset="isJava17"/>
10 <property name="versions.junit5-system-exit" value="2.0.0" ifset="isJava17"/>
11</ivysettings>
Note: See TracBrowser for help on using the repository browser.