File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
70
70
<!--
71
71
<version>[3.0.4, 3.5.0)</version>
72
72
-->
73
- <version >3.1.4 </version >
73
+ <version >4.1 </version >
74
74
</dependency >
75
75
<!-- and a Stax impl is needed: SJSXP (from JDK 1.6) might work, but always
76
76
has odd issues. Let's default to Woodstox: caller can upgrade to Aalto
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ Project: jackson-dataformat-xml
4
4
= Releases
5
5
------------------------------------------------------------------------
6
6
7
+ 2.9.10 (not yet released)
8
+
9
+ - Fix a dependency discrepancy for `stax2-api`: was depending on older version
10
+ than what `woodstox-core` needs (3.1.4 vs 4.1 )
11
+
7
12
2.9.9 (16 -May-2019 )
8
13
9
14
#333 : `OutputDecorator` not called with `XmlMapper`
10
15
(reported by Nelson D)
16
+ - Upgrade `woodstox-core` dependency from 5.0.3 to 5.1.0
11
17
12
18
2.9.8 (15 -Dec-2018 )
13
19
You can’t perform that action at this time.
0 commit comments