Skip to content

Commit 46f304a

Browse files
committed
Manual merge of pom.xml (woodstox to 6.4.0)
1 parent 16ec6d9 commit 46f304a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
8383
less likely users accidentally try to use Sjsxp from JDK, which leads to probs
8484
-->
8585
<!-- 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 -->
86+
<!-- 28-Jun-2022, tatu: For 2.14, 6.4 to get OSGi metadata, bug fixes -->
8787
<dependency>
8888
<groupId>com.fasterxml.woodstox</groupId>
8989
<artifactId>woodstox-core</artifactId>
90-
<version>6.3.1</version>
90+
<version>6.4.0</version>
9191
<exclusions>
9292
<exclusion>
9393
<groupId>javax.xml.stream</groupId>

0 commit comments

Comments
 (0)