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.
85
85
<!-- 09-May-2016, tatu: With Jackson 2.8, let's make this compile-dep to make it
86
86
less likely users accidentally try to use Sjsxp from JDK, which leads to probs
87
87
-->
88
- <!-- 16-Jul-2016, tatu: For 2.10, need Woodstox 6.x to get module info -->
89
88
<!-- 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 -->
90
90
<dependency >
91
91
<groupId >com.fasterxml.woodstox</groupId >
92
92
<artifactId >woodstox-core</artifactId >
93
- <version >6.5.0 </version >
93
+ <version >6.5.1 </version >
94
94
<exclusions >
95
95
<exclusion >
96
96
<groupId >javax.xml.stream</groupId >
You can’t perform that action at this time.
0 commit comments