Skip to content

Commit 5b1818a

Browse files
committed
Update Woodstox dep 6.5.0->6.5.1 for OSGi fix
1 parent 8a47903 commit 5b1818a

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
@@ -85,12 +85,12 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
8585
<!-- 09-May-2016, tatu: With Jackson 2.8, let's make this compile-dep to make it
8686
less likely users accidentally try to use Sjsxp from JDK, which leads to probs
8787
-->
88-
<!-- 16-Jul-2016, tatu: For 2.10, need Woodstox 6.x to get module info -->
8988
<!-- 28-Jun-2022, tatu: For 2.14, 6.4 to get OSGi metadata, bug fixes -->
89+
<!-- 18-Apr-2023, tatu: For 2.15, 6.5.1 for more OSGi fixes -->
9090
<dependency>
9191
<groupId>com.fasterxml.woodstox</groupId>
9292
<artifactId>woodstox-core</artifactId>
93-
<version>6.5.0</version>
93+
<version>6.5.1</version>
9494
<exclusions>
9595
<exclusion>
9696
<groupId>javax.xml.stream</groupId>

0 commit comments

Comments
 (0)