From e063a7adb068cbe26326b58785a9a2b1537e5da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:24:54 +0000 Subject: [PATCH] build(deps): bump maven-shade-plugin from 3.2.4 to 3.4.1 Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.4.1. - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.2.4...maven-shade-plugin-3.4.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/pom.xml | 2 +- common/pom.xml | 2 +- server/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 47d2441..86a3638 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -94,7 +94,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.4 + 3.4.1 install diff --git a/common/pom.xml b/common/pom.xml index f0edc38..c456be1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -31,7 +31,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.4 + 3.4.1 install diff --git a/server/pom.xml b/server/pom.xml index 6c53a87..e63fa0a 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -44,7 +44,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.4 + 3.4.1 install