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 0532c1c22 Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1
to 3.6.2
0532c1c22 is described below
commit 0532c1c22b1a5a98e7fd889ed3663832363da5c0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 5 17:40:05 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]>
---
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 1f366e5cf..bf275b2c6 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.1</maven-shade-plugin.version>
+ <maven-shade-plugin.version>3.6.2</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>