This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 592d77341 Bump maven-shade-plugin from 3.2.4 to 3.3.0
592d77341 is described below
commit 592d773418a4cb3678827757473cb029bf33c819
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 3 04:11:29 2022 +0000
Bump maven-shade-plugin from 3.2.4 to 3.3.0
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin)
from 3.2.4 to 3.3.0.
- [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.3.0)
---
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] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 00296cc03..3682c0d1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,7 +253,7 @@
<javaVersion>1.8</javaVersion>
<failIfNoTests>false</failIfNoTests>
- <shade.plugin.version>3.2.4</shade.plugin.version>
+ <shade.plugin.version>3.3.0</shade.plugin.version>
<spring.version>5.3.19</spring.version>
<springws.version>3.1.3</springws.version>
<exam.version>4.13.5</exam.version>