Skip to content

Commit

Permalink
Update Woodstox dep 6.5.0->6.5.1 for OSGi fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 19, 2023
1 parent 8a47903 commit 5b1818a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -85,12 +85,12 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
<!-- 09-May-2016, tatu: With Jackson 2.8, let's make this compile-dep to make it
less likely users accidentally try to use Sjsxp from JDK, which leads to probs
-->
<!-- 16-Jul-2016, tatu: For 2.10, need Woodstox 6.x to get module info -->
<!-- 28-Jun-2022, tatu: For 2.14, 6.4 to get OSGi metadata, bug fixes -->
<!-- 18-Apr-2023, tatu: For 2.15, 6.5.1 for more OSGi fixes -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.5.0</version>
<version>6.5.1</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down

0 comments on commit 5b1818a

Please sign in to comment.