We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72964a1 commit e6dce43Copy full SHA for e6dce43
pom.xml
@@ -86,7 +86,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
86
<dependency>
87
<groupId>com.fasterxml.woodstox</groupId>
88
<artifactId>woodstox-core</artifactId>
89
- <version>6.2.5</version>
+ <version>6.2.6</version>
90
<exclusions>
91
<exclusion>
92
<groupId>javax.xml.stream</groupId>
release-notes/VERSION-2.x
@@ -14,6 +14,7 @@ Project: jackson-dataformat-xml
14
(reported by Fabian M)
15
#465: ArrayIndexOutOfBoundsException in UTF8Reader (ossfuzz)
16
17
+- Woodstox dependency 6.2.6 (from 6.2.4)
18
19
2.12.3 (12-Apr-2021)
20
0 commit comments