File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
84
84
-->
85
85
<!-- 16-Jul-2016, tatu: For 2.10, need Woodstox 6.x to get module info -->
86
86
<!-- 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) -->
87
88
<dependency >
88
89
<groupId >com.fasterxml.woodstox</groupId >
89
90
<artifactId >woodstox-core</artifactId >
90
- <version >6.3.1 </version >
91
+ <version >6.4.0 </version >
91
92
<exclusions >
92
93
<exclusion >
93
94
<groupId >javax.xml.stream</groupId >
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Project: jackson-dataformat-xml
8
8
9
9
No changes since 2.13
10
10
11
+ 2.13.5 (not yet released)
12
+
13
+ * Upgrade Woodstox to 6.4.0 for a fix to one CVE
14
+
11
15
2.13.4 (03 -Sep-2022 )
12
16
13
17
#536 : Upgrade Woodstox to 6.3.1 to get OSGi metadata
You can’t perform that action at this time.
0 commit comments