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 2c1a8a120 Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 2c1a8a120 is described below commit 2c1a8a12022a1498a2db7ef420712d3323a491a9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Apr 24 03:42:21 2024 +0000 Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.2...maven-shade-plugin-3.5.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c970978df..e9661e8aa 100644 --- a/pom.xml +++ b/pom.xml @@ -258,7 +258,7 @@ <javaVersion>11</javaVersion> <failIfNoTests>false</failIfNoTests> - <shade.plugin.version>3.5.2</shade.plugin.version> + <shade.plugin.version>3.5.3</shade.plugin.version> <spring.version>5.3.34</spring.version> <springws.version>3.1.3</springws.version> <exam.version>4.13.5</exam.version>