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 7bb09f877 Bump org.apache.maven.plugins:maven-shade-plugin from 1.1 to
3.6.0
7bb09f877 is described below
commit 7bb09f877d08a56a2691e45c811afce35b7d7cd9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 14 20:15:51 2025 +0000
Bump org.apache.maven.plugins:maven-shade-plugin from 1.1 to 3.6.0
Bumps
[org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin)
from 1.1 to 3.6.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
-
[Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-1.1...maven-shade-plugin-3.6.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
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 e9978cd36..a7612bc4b 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>1.1</maven-shade-plugin.version>
+ <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<spring.version>5.3.39</spring.version>
</properties>