Skip to content

Commit e00b5e9

Browse files
committed
Fix #536 (woodstox-6.3.0)
1 parent a32e882 commit e00b5e9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
8383
less likely users accidentally try to use Sjsxp from JDK, which leads to probs
8484
-->
8585
<!-- 16-Jul-2016, tatu: For 2.10, need Woodstox 6.x to get module info -->
86+
<!-- 28-Jun-2022, tatu: For 2.13.4+, 6.3 to get OSGi metadata -->
8687
<dependency>
8788
<groupId>com.fasterxml.woodstox</groupId>
8889
<artifactId>woodstox-core</artifactId>
89-
<version>6.2.7</version>
90+
<version>6.3.0</version>
9091
<exclusions>
9192
<exclusion>
9293
<groupId>javax.xml.stream</groupId>

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Project: jackson-dataformat-xml
88

99
No changes since 2.13
1010

11+
2.13.4 (not yet released)
12+
13+
#536: Upgrade Woodstox to 6.3.0 to get OSGi metadata
14+
1115
2.13.3 (14-May-2022)
1216
2.13.2 (06-Mar-2022)
1317

0 commit comments

Comments
 (0)