We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bf4ec commit bd95805Copy full SHA for bd95805
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.2.3</version>
+ <version>6.2.4</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.11.5 (not yet released)
8
+
9
+- Upgrade Woodstox dependency to 6.2.4 (<- 6.2.3)
10
11
2.11.4 (12-Dec-2020)
12
13
- Upgrade Woodstox dependency to 6.2.3 (<- 6.2.1)
0 commit comments