Skip to content

Commit

Permalink
Update woodstox dep to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 12, 2019
1 parent 8d18b78 commit a3a5fec
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.1</version>
<version>6.0.2</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.1 (not yet released)

- Upgrade Woodstox dependency to 6.0.2

2.10.0 (26-Sep-2019)

#242: Deserialization of class inheritance depends on attributes order
Expand Down

0 comments on commit a3a5fec

Please sign in to comment.