Skip to content

Commit e45cab3

Browse files
committed
Upgrade Woodstox dep to 6.5.0 (from 6.4.0)
1 parent 9177836 commit e45cab3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
8787
<dependency>
8888
<groupId>com.fasterxml.woodstox</groupId>
8989
<artifactId>woodstox-core</artifactId>
90-
<version>6.4.0</version>
90+
<version>6.5.0</version>
9191
<exclusions>
9292
<exclusion>
9393
<groupId>javax.xml.stream</groupId>

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Project: jackson-dataformat-xml
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.14.2 (not yet released)
8+
9+
* Upgrade Woodstox to 6.4.0 for a fix to OSGi metadata
10+
711
2.14.1 (21-Nov-2022)
812

913
No changes since 2.14.0

0 commit comments

Comments
 (0)