We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d18b78 commit a3a5fecCopy full SHA for a3a5fec
pom.xml
@@ -87,7 +87,7 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
87
<dependency>
88
<groupId>com.fasterxml.woodstox</groupId>
89
<artifactId>woodstox-core</artifactId>
90
- <version>6.0.1</version>
+ <version>6.0.2</version>
91
<exclusions>
92
<exclusion>
93
<groupId>javax.xml.stream</groupId>
release-notes/VERSION-2.x
@@ -4,6 +4,10 @@ Project: jackson-dataformat-xml
4
= Releases
5
------------------------------------------------------------------------
6
7
+2.10.1 (not yet released)
8
+
9
+- Upgrade Woodstox dependency to 6.0.2
10
11
2.10.0 (26-Sep-2019)
12
13
#242: Deserialization of class inheritance depends on attributes order
0 commit comments