Skip to content

Commit fa16df4

Browse files
committed
Update Woodstox dep to 6.7.0
1 parent a226cbd commit fa16df4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Sub-modules:
1010
=== Releases ===
1111
------------------------------------------------------------------------
1212

13+
2.17.2 (not yet relesed)
14+
15+
* Woodstox dependency now 6.7.0
16+
1317
2.17.1 (04-May-2024)
1418

1519
#26: Replace synchronized blocks with `ReentrantLock`s

xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.fasterxml.woodstox</groupId>
7373
<artifactId>woodstox-core</artifactId>
74-
<version>6.6.1</version>
74+
<version>6.7.0</version>
7575
<exclusions>
7676
<exclusion>
7777
<groupId>javax.xml.stream</groupId>

0 commit comments

Comments
 (0)