source: josm/trunk/ivysettings.xml@ 18909

Last change on this file since 18909 was 18909, checked in by taylor.smock, 18 months ago

Dependency updates

ivy.xml

  • org.openstreetmap.jmapviewer:jmapviewer: 2.16 -> 2.18
    • Add default methods to JMapViewer TileSource interface
    • Modularize for Java 9+
    • Add layer option for Bing Imagery
  • jakarta.json:jakarta.json-api: 2.1.2 -> 2.1.3
  • org.eclipse.parsson:parsson: 1.1.4 -> 1.1.5
  • org.apache.commons:commons-jcs3-core: 3.1 -> 3.2
  • org.apache.commons:commons-compress: 1.23.0 -> 1.25.0
  • com.drewnoakes:metadata-extractor: 2.18.0 -> 2.19.0
  • ch.poole:OpeningHoursParser: 0.27.0 -> 0.27.1
  • org.webjars.npm:tag2link: 2022.11.28 -> 2023.11.21
    • This now parses OSM Wiki Data Items directly instead of via the (outdated) sophox API
  • org.apache.commons:commons-lang3: 3.13.0 -> 3.14.0
  • org.jacoco:org.jacoco.ant: 0.8.10 -> 0.8.11
    • Official Java 21 support
  • com.github.spotbugs:spotbugs-annotations: 4.7.3 -> 4.8.3
  • io.github.classgraph:classgraph: 4.8.162 -> 4.8.165
  • JUnit platform: 1.10.0 -> 1.10.1
  • JUnit packages: 5.10.0 -> 5.10.1
  • nl.jqno.equalsverifier:equalsverifier: 3.15.1 -> 3.15.4

tools/ivy.xml

  • net.java.dev.javacc:javacc: 7.0.12 -> 7.0.13
  • com.guardsquare:proguard-ant: 7.4.0-beta02 -> 7.4.1
  • com.github.spotbugs:spotbugs-annotations: 4.7.3 -> 4.8.3
  • com.google.errorprone:error_prone_core: 2.22.0 -> 2.23.0
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.23.0" ifset="isJava11"/>
11</ivysettings>
Note: See TracBrowser for help on using the repository browser.