Changeset 36006 in osm


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

jackson: Dependency updates

  • jackson: 2.13.2 -> 2.13.3
    • CVE-2020-36518 (stack overflow exception, DoS)
    • Improved performance
    • Various bug fixes

See https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13.3
for full changelog.

File:
1 edited

Legend:

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

    r35958 r36006  
    44    <info organisation="org.openstreetmap.josm.plugins" module="geotools"/>
    55    <dependencies>
    6         <dependency org="com.fasterxml.jackson.core" name="jackson-core" rev="2.13.2" conf="default->default"/>
     6        <dependency org="com.fasterxml.jackson.core" name="jackson-core" rev="2.13.3" conf="default->default"/>
    77    </dependencies>
    88</ivy-module>
Note: See TracChangeset for help on using the changeset viewer.