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.
2 parents fa70fcb + e45cab3 commit 8469ceaCopy full SHA for 8469cea
pom.xml
@@ -90,7 +90,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
90
<dependency>
91
<groupId>com.fasterxml.woodstox</groupId>
92
<artifactId>woodstox-core</artifactId>
93
- <version>6.4.0</version>
+ <version>6.5.0</version>
94
<exclusions>
95
<exclusion>
96
<groupId>javax.xml.stream</groupId>
release-notes/VERSION-2.x
@@ -9,6 +9,10 @@ Project: jackson-dataformat-xml
9
#547: Parsing empty tags without default no-arguments constructor fails in 2.14
10
(reported by @henrik242)
11
12
+2.14.2 (not yet released)
13
+
14
+* Upgrade Woodstox to 6.4.0 for a fix to OSGi metadata
15
16
2.14.1 (21-Nov-2022)
17
18
No changes since 2.14.0
0 commit comments