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 e622d5a38 Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1
to 3.6.2
e622d5a38 is described below
commit e622d5a38b3face13cef184605f4338fbdcc66eb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 03:55:17 2026 +0000
Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2
Bumps
[org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin)
from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
-
[Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.6.1...maven-shade-plugin-3.6.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-version: 3.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 1065657d3..935c30acc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,7 +283,7 @@
<minimalJavaBuildVersion>21</minimalJavaBuildVersion>
<failIfNoTests>false</failIfNoTests>
- <shade.plugin.version>3.6.1</shade.plugin.version>
+ <shade.plugin.version>3.6.2</shade.plugin.version>
<spring.version>7.0.5</spring.version>
<springws.version>5.0.0</springws.version>
<exam.version>4.14.0</exam.version>