Skip to content

Commit

Permalink
Update Woodstox dep for 2.18 to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 22, 2024
1 parent 65056c9 commit dd3ac39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
<!-- 28-Jun-2022, tatu: For 2.14, 6.4 to get OSGi metadata, bug fixes -->
<!-- 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) -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.6.2</version>
<version>7.0.0</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Project: jackson-dataformat-xml

- Remove unnecessary synchronization around `LRUMap` in `XmlRootNameLookup`
(contributed by @pjfanning)
- Upgrade Woodstox to 7.0.0 (dependency fixes)

2.17.2 (not yet released)

Expand Down

0 comments on commit dd3ac39

Please sign in to comment.