Skip to content

Commit ecebf4d

Browse files
committed
Update woodstox dep (6.3.1 -> 6.4.0)
1 parent cc39c9f commit ecebf4d

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
@@ -84,10 +84,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
8484
-->
8585
<!-- 16-Jul-2016, tatu: For 2.10, need Woodstox 6.x to get module info -->
8686
<!-- 28-Jun-2022, tatu: For 2.13.4+, 6.3 to get OSGi metadata -->
87+
<!-- 24-Oct-2022, tatu: For 2.13.5+, 6.4 for bug fixes (including 1 CVE) -->
8788
<dependency>
8889
<groupId>com.fasterxml.woodstox</groupId>
8990
<artifactId>woodstox-core</artifactId>
90-
<version>6.3.1</version>
91+
<version>6.4.0</version>
9192
<exclusions>
9293
<exclusion>
9394
<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.5 (not yet released)
12+
13+
* Upgrade Woodstox to 6.4.0 for a fix to one CVE
14+
1115
2.13.4 (03-Sep-2022)
1216

1317
#536: Upgrade Woodstox to 6.3.1 to get OSGi metadata

0 commit comments

Comments
 (0)