Skip to content

Commit

Permalink
Update Woodstox dep to 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 22, 2024
1 parent 5453cc3 commit c6d7d62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Sub-modules:
=== Releases ===
------------------------------------------------------------------------

2.17.2 (not yet relesed)

* Woodstox dependency now 6.7.0

2.17.1 (04-May-2024)

#184: Use `ReentrantLock`s instead of synchronized blocks
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>6.7.0</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down

0 comments on commit c6d7d62

Please sign in to comment.