This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git
The following commit(s) were added to refs/heads/main by this push:
new f3e7243 Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0
to 3.6.1 (#176)
f3e7243 is described below
commit f3e7243baccb1b013d1772cc96e55f82ae78d1b4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 15 18:30:37 2025 -0400
Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1 (#176)
Bumps
[org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin)
from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
-
[Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.6.0...v3.6.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-version: 3.6.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
buildtools/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 2d391bf..6af578f 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.6.1</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
diff --git a/pom.xml b/pom.xml
index 10cae58..5145791 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.6.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>