Skip to content

Commit

Permalink
Update Woodstox dep to 7.1.0 (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder authored Oct 22, 2024
1 parent 8395465 commit 2abc8da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
<!-- 18-Apr-2023, tatu: For 2.15, 6.5.1 for more OSGi fixes -->
<!-- 17-Jan-2024, tatu: For 2.17, 6.6.1 (latest) -->
<!-- 21-Jun-2024, tatu: For 2.18, 7.0.0 (Java 8) -->
<!-- 22-Oct-2024, tatu: For 2.19, 7.1.0 (latest) -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down
2 changes: 1 addition & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Project: jackson-dataformat-xml

2.19.0 (not yet released)

-
- Upgrade Woodstox to 7.1.0

2.18.0 (26-Sep-2024)

Expand Down

0 comments on commit 2abc8da

Please sign in to comment.