Skip to content

Commit

Permalink
Update woodstox dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 27, 2024
1 parent ad486b3 commit a6b3024
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.1</version>
<version>6.6.2</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 @@ -12,6 +12,7 @@ No changes since 2.17

#646: Deserializing fails when using builder classes with `Iterable` Collection setters
(fix contributed by Bas P)
* Upgrade Woodstox to 6.6.2 (dependency fixes)

2.17.0 (12-Mar-2024)

Expand Down

0 comments on commit a6b3024

Please sign in to comment.