source: josm/trunk/ivysettings.xml

Last change on this file was 18979, checked in by taylor.smock, 2 months ago

Dependency updates

ivy.xml

  • OpeningHoursParser: 0.28.0 -> 0.28.1
  • junit: 5.10.1 -> 5.10.2
  • equalsverifier: 3.15.5 -> 3.15.6
  • tag2link: 2023.11.21 -> 2024.2.8

tools/ivy.xml

  • proguard: 7.4.1 -> 7.4.2
  • error_prone: 2.24.0 -> 2.24.1
File size: 582 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 error_prone 2.10.0 specific statements in build.xml when we drop Java 8 as a build platform -->
9 <property name="versions.error_prone" value="2.10.0" unlessset="isJava11"/>
10 <property name="versions.error_prone" value="2.24.1" ifset="isJava11"/>
11</ivysettings>
Note: See TracBrowser for help on using the repository browser.