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

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


The following commit(s) were added to refs/heads/branch-2.9 by this push:
     new a87fadd25c2 cherry-pick/#17659 (#18391)
a87fadd25c2 is described below

commit a87fadd25c24fb4a7ad651c0e2db13888e3206b0
Author: congbo <[email protected]>
AuthorDate: Tue Nov 8 23:44:10 2022 +0800

    cherry-pick/#17659 (#18391)
    
    This closes #17047.
    
    Upstream patch is https://github.com/apache/maven-shade-plugin/pull/150.
    
    Bump maven-shade-plugin version to 3.4.0 for the upstream fix.
---
 buildtools/pom.xml | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 7bb238b7167..aa9e0f9882b 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -43,7 +43,7 @@
     <slf4j.version>1.7.32</slf4j.version>
     <testng.version>7.3.0</testng.version>
     <commons-lang3.version>3.11</commons-lang3.version>
-    <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
+    <maven-shade-plugin.version>3.4.0</maven-shade-plugin.version>
   </properties>
 
   <dependencyManagement>
diff --git a/pom.xml b/pom.xml
index bbccabc820c..f082a5e88eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <surefire.version>3.0.0-M3</surefire.version>
     <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
     <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
-    <maven-shade-plugin>3.2.4</maven-shade-plugin>
+    <maven-shade-plugin>3.4.0</maven-shade-plugin>
     <maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
     <properties-maven-plugin.version>1.0.0</properties-maven-plugin.version>
     <nifi-nar-maven-plugin.version>1.2.0</nifi-nar-maven-plugin.version>

Reply via email to