You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Coordinates for this are:
33
33
34
34
* Group id: `com.fasterxml.woodstox`
35
35
* Artifact id: `woodstox-core`
36
-
* Latest published version: 7.0.0 (2024-06-21)
36
+
* Latest published version: 7.1.1 (2025-05-29)
37
37
38
38
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)
39
39
@@ -42,9 +42,9 @@ Note that Maven id has changed since Woodstox 4.x but API is still compatible (d
42
42
Woodstox 7 and above require Java 8; Woodstox 5 and above require Java 6 (JDK 1.6).
43
43
All versions also require Stax API that is included in JDK (since Java 6).
44
44
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)).
46
46
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
48
48
using XML Schema or RelaxNG validation functionality
0 commit comments