Skip to content

Commit a6b3024

Browse files
committed
Update woodstox dep
1 parent ad486b3 commit a6b3024

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
9191
<dependency>
9292
<groupId>com.fasterxml.woodstox</groupId>
9393
<artifactId>woodstox-core</artifactId>
94-
<version>6.6.1</version>
94+
<version>6.6.2</version>
9595
<exclusions>
9696
<exclusion>
9797
<groupId>javax.xml.stream</groupId>

release-notes/VERSION-2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ No changes since 2.17
1212

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

1617
2.17.0 (12-Mar-2024)
1718

0 commit comments

Comments
 (0)