File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments