Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Coordinates for this are:

* Group id: `com.fasterxml.woodstox`
* Artifact id: `woodstox-core`
* Latest published version: 7.0.0 (2024-06-21)
* Latest published version: 7.1.1 (2025-05-29)

Note that Maven id has changed since Woodstox 4.x but API is still compatible (despite nominal major version upgrade -- major version upgrades in this case were only due to package coordinate changes)

Expand All @@ -42,9 +42,9 @@ Note that Maven id has changed since Woodstox 4.x but API is still compatible (d
Woodstox 7 and above require Java 8; Woodstox 5 and above require Java 6 (JDK 1.6).
All versions also require Stax API that is included in JDK (since Java 6).
The only other mandatory dependency is [Stax2 API](../../../stax2-api), extended API implemented
by Woodstox and some other Stax implementations (like [Aalto](../../../aalto-xml).
by Woodstox and some other Stax implementations (like [Aalto](../../../aalto-xml)).

Optional dependency is [Multi-Schema Validator (MSV)](https://github.com/kohsuke/msv) that is needed if
Optional dependency is [Multi-Schema Validator (MSV)](https://github.com/xmlark/msv) that is needed if
using XML Schema or RelaxNG validation functionality

## License
Expand Down