Skip to content

Commit

Permalink
Update stax2-api dep to latest (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder authored Jun 6, 2024
1 parent ac2949c commit 99e46a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers</osgi.import>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<version>4.2</version>
<version>4.2.2</version>
</dependency>
<!--
| Test dependencies
Expand Down
1 change: 1 addition & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Project: aalto-xml

#78: Async parsing turns &quot; inside element content into apostrophe
(reported by Jamie P)
#90: Update stax2-api dep to 4.2.2 (from 4.2)

1.3.1 (14-Jan-2022)

Expand Down

0 comments on commit 99e46a9

Please sign in to comment.