You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ni...@apache.org on 2022/09/20 15:38:44 UTC

[pulsar] branch branch-2.11 updated: [fix][security] Upgrade reload4j in file-system offloader (#17716)

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

nicoloboschi pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.11 by this push:
     new 2d102ec3652 [fix][security] Upgrade reload4j in file-system offloader (#17716)
2d102ec3652 is described below

commit 2d102ec36523986b0469a99cc850b9a0ded95100
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Tue Sep 20 17:37:36 2022 +0200

    [fix][security] Upgrade reload4j in file-system offloader (#17716)
    
    (cherry picked from commit 539ccec641db43a51029b5da7abb7d0bfb6209cb)
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5879a81348f..7a182d1ffc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,6 +246,7 @@ flexible messaging model and an intuitive client API.</description>
     <skyscreamer.version>1.5.0</skyscreamer.version>
     <objenesis.version>3.1</objenesis.version>
     <awaitility.version>4.2.0</awaitility.version>
+    <reload4j.version>1.2.22</reload4j.version>
 
     <!-- Plugin dependencies -->
     <protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
@@ -1299,6 +1300,12 @@ flexible messaging model and an intuitive client API.</description>
           <artifactId>netty-reactive-streams</artifactId>
           <version>${netty-reactive-streams.version}</version>
       </dependency>
+
+      <dependency>
+        <groupId>ch.qos.reload4j</groupId>
+        <artifactId>reload4j</artifactId>
+        <version>${reload4j.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>