Skip to content

Commit 81bcf12

Browse files
committed
Update stax2-api dependency to version woodstox-core expects
1 parent e2ae957 commit 81bcf12

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
7070
<!--
7171
<version>[3.0.4, 3.5.0)</version>
7272
-->
73-
<version>3.1.4</version>
73+
<version>4.1</version>
7474
</dependency>
7575
<!-- and a Stax impl is needed: SJSXP (from JDK 1.6) might work, but always
7676
has odd issues. Let's default to Woodstox: caller can upgrade to Aalto

release-notes/VERSION-2.x

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ Project: jackson-dataformat-xml
44
= Releases
55
------------------------------------------------------------------------
66

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+
712
2.9.9 (16-May-2019)
813

914
#333: `OutputDecorator` not called with `XmlMapper`
1015
(reported by Nelson D)
16+
- Upgrade `woodstox-core` dependency from 5.0.3 to 5.1.0
1117

1218
2.9.8 (15-Dec-2018)
1319

0 commit comments

Comments
 (0)