We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad486b3 commit a6b3024Copy full SHA for a6b3024
pom.xml
@@ -91,7 +91,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
91
<dependency>
92
<groupId>com.fasterxml.woodstox</groupId>
93
<artifactId>woodstox-core</artifactId>
94
- <version>6.6.1</version>
+ <version>6.6.2</version>
95
<exclusions>
96
<exclusion>
97
<groupId>javax.xml.stream</groupId>
release-notes/VERSION-2.x
@@ -12,6 +12,7 @@ No changes since 2.17
12
13
#646: Deserializing fails when using builder classes with `Iterable` Collection setters
14
(fix contributed by Bas P)
15
+* Upgrade Woodstox to 6.6.2 (dependency fixes)
16
17
2.17.0 (12-Mar-2024)
18
0 commit comments