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 16ec6d9 commit 46f304aCopy full SHA for 46f304a
pom.xml
@@ -83,11 +83,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
83
less likely users accidentally try to use Sjsxp from JDK, which leads to probs
84
-->
85
<!-- 16-Jul-2016, tatu: For 2.10, need Woodstox 6.x to get module info -->
86
- <!-- 28-Jun-2022, tatu: For 2.14, 6.3 to get OSGi metadata -->
+ <!-- 28-Jun-2022, tatu: For 2.14, 6.4 to get OSGi metadata, bug fixes -->
87
<dependency>
88
<groupId>com.fasterxml.woodstox</groupId>
89
<artifactId>woodstox-core</artifactId>
90
- <version>6.3.1</version>
+ <version>6.4.0</version>
91
<exclusions>
92
<exclusion>
93
<groupId>javax.xml.stream</groupId>
0 commit comments