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 42384d271e build(deps): bump
org.apache.maven.plugins:maven-shade-plugin (#2479)
42384d271e is described below
commit 42384d271e80d3e60f1a8825cbcf57c02b28a5d5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 09:59:50 2026 +0100
build(deps): bump org.apache.maven.plugins:maven-shade-plugin (#2479)
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]>
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 e9247c22a6..8699d24469 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.1</version>
+ <version>3.6.2</version>
<configuration>
<outputFile>
${project.build.directory}/${project.artifactId}-${project.version}-uber-jar.${project.packaging}