Skip to content

Commit 2abc8da

Browse files
authored
Update Woodstox dep to 7.1.0 (#677)
1 parent 8395465 commit 2abc8da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
8989
<!-- 18-Apr-2023, tatu: For 2.15, 6.5.1 for more OSGi fixes -->
9090
<!-- 17-Jan-2024, tatu: For 2.17, 6.6.1 (latest) -->
9191
<!-- 21-Jun-2024, tatu: For 2.18, 7.0.0 (Java 8) -->
92+
<!-- 22-Oct-2024, tatu: For 2.19, 7.1.0 (latest) -->
9293
<dependency>
9394
<groupId>com.fasterxml.woodstox</groupId>
9495
<artifactId>woodstox-core</artifactId>
95-
<version>7.0.0</version>
96+
<version>7.1.0</version>
9697
<exclusions>
9798
<exclusion>
9899
<groupId>javax.xml.stream</groupId>

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Project: jackson-dataformat-xml
66

77
2.19.0 (not yet released)
88

9-
-
9+
- Upgrade Woodstox to 7.1.0
1010

1111
2.18.0 (26-Sep-2024)
1212

0 commit comments

Comments
 (0)