Changeset 36004 in osm for applications/editors


Ignore:
Timestamp:
2022-07-13T17:06:03+02:00 (2 years ago)
Author:
taylor.smock
Message:

jts: Update dependencies

  • jts 1.18.2 -> 1.19.0
    • Performance improvements
    • Some functionality improvements
    • Various new features

See https://github.com/locationtech/jts/releases/tag/1.19.0
for more information.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/jts/ivy.xml

    r35886 r36004  
    44    <info organisation="org.openstreetmap.josm.plugins" module="jts"/>
    55    <dependencies>
    6         <dependency org="org.locationtech.jts" name="jts-core" rev="1.18.2" />
    7         <dependency org="org.locationtech.jts.io" name="jts-io-common" rev="1.18.2" />
     6        <dependency org="org.locationtech.jts" name="jts-core" rev="1.19.0" />
     7        <dependency org="org.locationtech.jts.io" name="jts-io-common" rev="1.19.0" />
    88        <!-- jts-io-common has junit as a test dependency -->
    99        <exclude org="junit" />
Note: See TracChangeset for help on using the changeset viewer.