This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 890908d7a1 build(deps): bump
org.apache.maven.plugins:maven-shade-plugin (#2263)
890908d7a1 is described below
commit 890908d7a13e9770ffaf66bec072fd0d0cf4ea68
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 16 09:55:59 2025 +0200
build(deps): bump org.apache.maven.plugins:maven-shade-plugin (#2263)
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 85b927d9a0..8c8e7a664e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1108,7 +1108,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<!-- Had to move the rat plugin execution to a phase before the
shade plugin is executed to avoid errors -->
- <version>3.6.0</version>
+ <version>3.6.1</version>
<configuration>
<outputFile>
${project.build.directory}/${project.artifactId}-${project.version}-uber-jar.${project.packaging}