This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch mvnd-0.9.x in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
commit 6e2ba24ed2bd7eb33c48227d9034e8e7015deda4 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Tue Nov 22 13:46:53 2022 +0100 Upgrade maven-shade-plugin to 3.4.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8d2ffec1..b1bd89d5 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ <license-maven-plugin.version>3.0</license-maven-plugin.version> <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version> <maven-install-plugin.version>2.4</maven-install-plugin.version> - <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version> + <maven-shade-plugin.version>3.4.1</maven-shade-plugin.version> <mrm.version>1.2.0</mrm.version> <surefire.version>3.0.0-M5</surefire.version><!-- keep in sync with junit-platform-launcher.version --> <junit-platform-launcher.version>1.3.2</junit-platform-launcher.version><!-- keep in sync with surefire.version -->