Skip to content

Commit

Permalink
Upgrade woodstox dep to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 25, 2020
1 parent 1beb64d commit 68365c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Sub-modules:
=== Releases ===
------------------------------------------------------------------------

2.10.4 (not yet released)

- Upgrade Woodstox dependency to 6.2.0 (minor improvement to MSV shading)

2.10.3 (03-Mar-2020)

#120: Incorrect export of `com.fasterxml.jackson.jaxrs.json` for JSON provider
Expand Down
2 changes: 1 addition & 1 deletion xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.0.1</version>
<version>6.2.0</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down

0 comments on commit 68365c1

Please sign in to comment.