Skip to content

Commit

Permalink
Fix #536 (woodstox-6.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 28, 2022
1 parent a32e882 commit e00b5e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
less likely users accidentally try to use Sjsxp from JDK, which leads to probs
-->
<!-- 16-Jul-2016, tatu: For 2.10, need Woodstox 6.x to get module info -->
<!-- 28-Jun-2022, tatu: For 2.13.4+, 6.3 to get OSGi metadata -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.2.7</version>
<version>6.3.0</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Project: jackson-dataformat-xml

No changes since 2.13

2.13.4 (not yet released)

#536: Upgrade Woodstox to 6.3.0 to get OSGi metadata

2.13.3 (14-May-2022)
2.13.2 (06-Mar-2022)

Expand Down

0 comments on commit e00b5e9

Please sign in to comment.