We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a226cbd commit fa16df4Copy full SHA for fa16df4
release-notes/VERSION-2.x
@@ -10,6 +10,10 @@ Sub-modules:
10
=== Releases ===
11
------------------------------------------------------------------------
12
13
+2.17.2 (not yet relesed)
14
+
15
+* Woodstox dependency now 6.7.0
16
17
2.17.1 (04-May-2024)
18
19
#26: Replace synchronized blocks with `ReentrantLock`s
xml/pom.xml
@@ -71,7 +71,7 @@
71
<dependency>
72
<groupId>com.fasterxml.woodstox</groupId>
73
<artifactId>woodstox-core</artifactId>
74
- <version>6.6.1</version>
+ <version>6.7.0</version>
75
<exclusions>
76
<exclusion>
77
<groupId>javax.xml.stream</groupId>
0 commit comments