This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new f8574046a Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0
to 3.6.1
f8574046a is described below
commit f8574046aabcac4cccd4d8bab958c98b9807568d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 15 17:53:18 2025 +0000
Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1
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]>
---
transaction/transaction-manager/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/transaction/transaction-manager/pom.xml
b/transaction/transaction-manager/pom.xml
index bb512ac06..3bfa8de21 100644
--- a/transaction/transaction-manager/pom.xml
+++ b/transaction/transaction-manager/pom.xml
@@ -75,7 +75,7 @@
<howl.version>1.0.1-1</howl.version>
<junit.version>4.13.2</junit.version>
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
- <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
+ <maven-shade-plugin.version>3.6.1</maven-shade-plugin.version>
<osgi.cmpn.version>4.3.1</osgi.cmpn.version>
<osgi.core.version>4.3.1</osgi.core.version>
<spring.version>5.3.39</spring.version>