Skip to content

Commit

Permalink
[fix][sec] Upgrade woodstox to 5.4.0 (#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 8c4f7d3 commit e4dc95f
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 @@ -246,6 +246,7 @@ flexible messaging model and an intuitive client API.</description>
<awaitility.version>4.2.0</awaitility.version>
<reload4j.version>1.2.22</reload4j.version>
<jettison.version>1.5.3</jettison.version>
<woodstox.version>5.4.0</woodstox.version>
<wiremock.version>2.33.2</wiremock.version>

<!-- Plugin dependencies -->
Expand Down Expand Up @@ -799,6 +800,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 e4dc95f

Please sign in to comment.