File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
70
70
<dependency >
71
71
<groupId >org.codehaus.woodstox</groupId >
72
72
<artifactId >stax2-api</artifactId >
73
+ <version >${jackson.version.dep.stax2-api} </version >
73
74
<exclusions >
74
75
<exclusion >
75
76
<groupId >javax.xml.stream</groupId >
@@ -86,9 +87,11 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
86
87
-->
87
88
<!-- 21-Jun-2024, tatu: For 2.18, 7.0.0 (Java 8) -->
88
89
<!-- 22-Oct-2024, tatu: For 2.19, 7.1.0 (latest) -->
90
+ <!-- 15-May-2025, tatu: For 2.20 comes from jackson-bom (7.1.0) -->
89
91
<dependency >
90
92
<groupId >com.fasterxml.woodstox</groupId >
91
93
<artifactId >woodstox-core</artifactId >
94
+ <version >${jackson.version.dep.woodstox} </version >
92
95
<exclusions >
93
96
<exclusion >
94
97
<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
- Generate SBOMs [JSTEP-14 ]
10
10
11
+ 2.19.1 (not yet released)
12
+
13
+ - Add explicit version for Woodstox, stax2-api (no longer managed via jackson-bom)
14
+
11
15
2.19.0 (24 -Apr-2025 )
12
16
13
17
#508 : `XmlMapper` is unable to deserialise into an empty record
You can’t perform that action at this time.
0 commit comments