Skip to content

Commit

Permalink
Upgrade woodstox dep to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 25, 2020
1 parent 57dc26f commit 0d09d17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -83,11 +83,11 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
<!-- 09-May-2016, tatu: With Jackson 2.8, let's make this compile-dep to make it
less likely users accidentally try to use Sjsxp from JDK, which leads to probs
-->
<!-- 16-Jul-2016, tatu: For 2.10, need Woodstox 6.0 to get module info -->
<!-- 16-Jul-2016, tatu: For 2.10, need Woodstox 6.x to get module info -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.1.1</version>
<version>6.2.0</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Expand Up @@ -4,6 +4,10 @@ Project: jackson-dataformat-xml
= Releases
------------------------------------------------------------------------

2.10.4 (not yet released)

- Upgrade Woodstox dependency to 6.2.0 (minor improvement to MSV shading)

2.10.3 (03-Mar-2020)

- Upgrade Woodstox dependency to 6.1.1 (reduced dependencies for JDK9+)
Expand Down

0 comments on commit 0d09d17

Please sign in to comment.