Skip to content

Commit

Permalink
Merge branch '2.17' into 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 22, 2024
2 parents 3c217a7 + c6d7d62 commit 4f48d77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ Sub-modules:

2.18.0 (not yet released)

No changes since 2.17
* Woodstox dependency now 7.0.0

2.17.2 (not yet relesed)

* Woodstox dependency now 6.7.0

2.17.1 (04-May-2024)

Expand Down
2 changes: 1 addition & 1 deletion xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.6.1</version>
<version>7.0.0</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down

0 comments on commit 4f48d77

Please sign in to comment.