Skip to content

Commit

Permalink
Update Woodstox dep to 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 22, 2024
1 parent afc3109 commit 1bccf79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.6.2</version>
<version>6.7.0</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ No changes since 2.17
#657: Nesting depth in `XmlReadContext` is not incremented/decremented on
JsonToken.START_OBJECT/JsonToken.END_OBJECT
(reported by @AlexUg)
* Upgrade Woodstox to 6.7.0 (dependency fixes)

2.17.1 (04-May-2024)

Expand Down

0 comments on commit 1bccf79

Please sign in to comment.