From 405355f9c64277e420da17cebad146f05f4301be Mon Sep 17 00:00:00 2001 From: Istvan Toth Date: Tue, 22 Oct 2024 20:58:25 +0200 Subject: [PATCH] PHOENIX-7447 Update maven-shade-plugin to 3.6.0 (#167) --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index d68db1b..b527d91 100644 --- a/pom.xml +++ b/pom.xml @@ -106,6 +106,7 @@ 10.0.2 0.8.11 3.10.0.2594 + 3.6.0 false @@ -421,6 +422,11 @@ + + org.apache.maven.plugins + maven-shade-plugin + ${maven-shade-plugin.version} +