You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zi...@apache.org on 2022/12/27 03:32:39 UTC

[pulsar] branch master updated: [fix][sec] Upgrade woodstox to 5.4.0 (#19041)

This is an automated email from the ASF dual-hosted git repository.

zixuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 39429dc519d [fix][sec] Upgrade woodstox to 5.4.0 (#19041)
39429dc519d is described below

commit 39429dc519d9c6d37f64379b13082465aacbb3fd
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Tue Dec 27 04:32:33 2022 +0100

    [fix][sec] Upgrade woodstox to 5.4.0 (#19041)
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index a14bec5f34b..39d343bb791 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,6 +247,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.1</jettison.version>
+    <woodstox.version>5.4.0</woodstox.version>
     <wiremock.version>2.33.2</wiremock.version>
 
     <!-- Plugin dependencies -->
@@ -829,6 +830,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>