This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.18.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.18.x by this push:
new f70b1096b AMQ-9321: Upgrade to maven-shade-plugin 3.5.1
f70b1096b is described below
commit f70b1096bf24da9c372d1b9eeee11571af8ab2cf
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Oct 21 07:35:18 2023 +0200
AMQ-9321: Upgrade to maven-shade-plugin 3.5.1
(cherry picked from commit f13b5471ab3b2ac0a410336e7a5220284f58fa71)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c433441cf..d1fe09d11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
<maven-source-plugin-version>3.3.0</maven-source-plugin-version>
<maven-javadoc-plugin-version>3.6.0</maven-javadoc-plugin-version>
<maven-install-plugin-version>2.5.2</maven-install-plugin-version>
- <maven-shade-plugin-version>3.4.1</maven-shade-plugin-version>
+ <maven-shade-plugin-version>3.5.1</maven-shade-plugin-version>
<findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version>
<javacc-maven-plugin-version>3.0.1</javacc-maven-plugin-version>
<cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>