Skip to content

Commit 8469cea

Browse files
committed
Merge branch '2.14' into 2.15
2 parents fa70fcb + e45cab3 commit 8469cea

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
@@ -90,7 +90,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
9090
<dependency>
9191
<groupId>com.fasterxml.woodstox</groupId>
9292
<artifactId>woodstox-core</artifactId>
93-
<version>6.4.0</version>
93+
<version>6.5.0</version>
9494
<exclusions>
9595
<exclusion>
9696
<groupId>javax.xml.stream</groupId>

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Project: jackson-dataformat-xml
99
#547: Parsing empty tags without default no-arguments constructor fails in 2.14
1010
(reported by @henrik242)
1111

12+
2.14.2 (not yet released)
13+
14+
* Upgrade Woodstox to 6.4.0 for a fix to OSGi metadata
15+
1216
2.14.1 (21-Nov-2022)
1317

1418
No changes since 2.14.0

0 commit comments

Comments
 (0)