Changeset 18979 in josm for trunk/src


Ignore:
Timestamp:
2024-02-13T18:04:08+01:00 (10 months ago)
Author:
taylor.smock
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Tag2Link.java

    r18910 r18979  
    6565
    6666    static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source",
    67             Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2023.11.21/index.json"));
     67            Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2024.2.8/index.json"));
    6868
    6969    static final CachingProperty<List<String>> PREF_SEARCH_ENGINES = new ListProperty("tag2link.search",
Note: See TracChangeset for help on using the changeset viewer.