Skip to content

Commit 27c0958

Browse files
update link to MSV in README.md (#238)
1 parent b063bad commit 27c0958

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Coordinates for this are:
3333

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

3838
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)
3939

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

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

5050
## License

0 commit comments

Comments
 (0)