We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3930d6f commit 1108ca2Copy full SHA for 1108ca2
pom.xml
@@ -68,7 +68,7 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
68
<dependency>
69
<groupId>org.codehaus.woodstox</groupId>
70
<artifactId>stax2-api</artifactId>
71
- <version>4.2</version>
+ <version>4.2.1</version>
72
<exclusions>
73
<exclusion>
74
<groupId>javax.xml.stream</groupId>
@@ -87,7 +87,7 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
87
88
<groupId>com.fasterxml.woodstox</groupId>
89
<artifactId>woodstox-core</artifactId>
90
- <version>6.2.0</version>
+ <version>6.2.1</version>
91
92
93
0 commit comments