FasterXML / jackson-dataformat-xml

Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON
Apache License 2.0
562 stars 221 forks source link

Upgrade Woodstox to 6.3.0 to get OSGi metadata #536

Closed cowtowncoder closed 2 years ago

cowtowncoder commented 2 years ago

Woodstox 6.3.0 was just released and contains improvements to OSGi metadata.

Although dependency upgrades usually should go in the next minor release, I think in this case it should be safe enough to do this for 2.13 (for next patch, 2.13.4)

NOTE: also needed to sync with JAX-RS/Jakarta providers XML components.