Skip to content

Commit e6dce43

Browse files
committed
Update woodstox dep version
1 parent 72964a1 commit e6dce43

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
@@ -86,7 +86,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
8686
<dependency>
8787
<groupId>com.fasterxml.woodstox</groupId>
8888
<artifactId>woodstox-core</artifactId>
89-
<version>6.2.5</version>
89+
<version>6.2.6</version>
9090
<exclusions>
9191
<exclusion>
9292
<groupId>javax.xml.stream</groupId>

release-notes/VERSION-2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Project: jackson-dataformat-xml
1414
(reported by Fabian M)
1515
#465: ArrayIndexOutOfBoundsException in UTF8Reader (ossfuzz)
1616
(reported by Fabian M)
17+
- Woodstox dependency 6.2.6 (from 6.2.4)
1718

1819
2.12.3 (12-Apr-2021)
1920

0 commit comments

Comments
 (0)