Ticket #21670: 21670.jts_update.patch

File 21670.jts_update.patch, 730 bytes (added by taylor.smock, 4 years ago)

Update JTS from 1.16.1 to 1.18.2. Potentially binary/source incompatible.

  • plugins/jts/ivy.xml

    diff --git a/plugins/jts/ivy.xml b/plugins/jts/ivy.xml
    index 5a5a8382f..5cb9bbce7 100644
    a b  
    33<ivy-module version="2.0">
    44    <info organisation="org.openstreetmap.josm.plugins" module="jts"/>
    55    <dependencies>
    6         <dependency org="org.locationtech.jts" name="jts-core" rev="1.16.1" />
    7         <dependency org="org.locationtech.jts.io" name="jts-io-common" rev="1.16.1" />
     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" />
    88        <!-- jts-io-common has junit as a test dependency -->
    99        <exclude org="junit" />
    1010    </dependencies>