Skip to content

Commit

Permalink
Upgrade Codehaus Woodstox to FasterXML Woodstox 6.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Sep 12, 2021
1 parent b0bfb5b commit aea2f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -235,9 +235,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<version>4.4.1</version>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.2.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit aea2f49

Please sign in to comment.