Skip to content

Commit

Permalink
Update stax2-api dep to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 10, 2023
1 parent 19abcfe commit 6a33271
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml</groupId>
<artifactId>oss-parent</artifactId>
<version>50</version>
<version>55</version>
</parent>

<groupId>com.fasterxml.woodstox</groupId>
Expand Down Expand Up @@ -73,7 +73,7 @@ SAX2 and Stax2 APIs
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<!-- 13-Mar-2019, tatu: Upgraded to 4.2 (for Woodstox 5.3) get JDK 9 module-info -->
<version>4.2.1</version>
<version>4.2.2</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down
5 changes: 5 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Project: woodstox
=== Releases ===
------------------------------------------------------------------------

6.5.2 (not yet released)

- Update `stax2-api` dependency to 4.2.2
- Update `oss-parent` dependency to 55 (from 50)

6.5.1 (19-Apr-2023)

#170: After update to 6.5.0, in osgi/felix runtime the bundle is not started
Expand Down

0 comments on commit 6a33271

Please sign in to comment.