Skip to content

Commit

Permalink
Update Woodstox dependency to 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 28, 2020
1 parent dcb7451 commit 4cdf2e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -87,7 +87,7 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.0.3</version>
<version>6.1.1</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.3 (not yet released)

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

2.10.2 (05-Jan-2020)

#366: XML containing xsi:nil is improperly parsed
Expand Down

0 comments on commit 4cdf2e9

Please sign in to comment.