We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9177836 commit e45cab3Copy full SHA for e45cab3
pom.xml
@@ -87,7 +87,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
87
<dependency>
88
<groupId>com.fasterxml.woodstox</groupId>
89
<artifactId>woodstox-core</artifactId>
90
- <version>6.4.0</version>
+ <version>6.5.0</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.14.2 (not yet released)
8
+
9
+* Upgrade Woodstox to 6.4.0 for a fix to OSGi metadata
10
11
2.14.1 (21-Nov-2022)
12
13
No changes since 2.14.0
0 commit comments