Skip to content

Commit

Permalink
[fix][sec] Upgrade woodstox to 5.4.0 (apache#19041)
Browse files Browse the repository at this point in the history
(cherry picked from commit 39429dc)
  • Loading branch information
nicoloboschi committed Jan 4, 2023
1 parent 3092d99 commit 969ca40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ flexible messaging model and an intuitive client API.</description>
<awaitility.version>4.0.3</awaitility.version>
<reload4j.version>1.2.22</reload4j.version>
<jettison.version>1.5.3</jettison.version>
<woodstox.version>5.4.0</woodstox.version>

<!-- Plugin dependencies -->
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
Expand Down Expand Up @@ -784,6 +785,12 @@ flexible messaging model and an intuitive client API.</description>
<version>${jettison.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>${woodstox.version}</version>
</dependency>


<dependency>
<groupId>org.hdrhistogram</groupId>
Expand Down

0 comments on commit 969ca40

Please sign in to comment.