Skip to content

Commit

Permalink
Woodstox dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 18, 2024
1 parent 08db368 commit 3a32923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Sub-modules:

2.17.0 (not yet released)

-
* Woodstox dependency now 6.6.0

2.16.1 (24-Dec-2023)

Expand Down
6 changes: 2 additions & 4 deletions xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<!-- Ideally we'd accept range of versions but won't really work with Maven... -->

<!-- <version>[4.0, 5.0)</version> -->
<version>4.2.1</version>
<version>4.2.2</version>
</dependency>

<!-- Also: While JDK-included SJSXP almost works, there are some rough edges;
Expand All @@ -73,7 +71,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.5.1</version>
<version>6.6.0</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down

0 comments on commit 3a32923

Please sign in to comment.