Skip to content

Commit a3a5fec

Browse files
committed
Update woodstox dep to 6.0.2
1 parent 8d18b78 commit a3a5fec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
8787
<dependency>
8888
<groupId>com.fasterxml.woodstox</groupId>
8989
<artifactId>woodstox-core</artifactId>
90-
<version>6.0.1</version>
90+
<version>6.0.2</version>
9191
<exclusions>
9292
<exclusion>
9393
<groupId>javax.xml.stream</groupId>

release-notes/VERSION-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Project: jackson-dataformat-xml
44
= Releases
55
------------------------------------------------------------------------
66

7+
2.10.1 (not yet released)
8+
9+
- Upgrade Woodstox dependency to 6.0.2
10+
711
2.10.0 (26-Sep-2019)
812

913
#242: Deserialization of class inheritance depends on attributes order

0 commit comments

Comments
 (0)