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 94b3d25cc Bump org.apache.maven:maven-archiver from 3.6.5 to 3.6.6
94b3d25cc is described below
commit 94b3d25ccf5befbd9c4cfbd4e182791fa14ad85a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 24 17:14:42 2025 +0000
Bump org.apache.maven:maven-archiver from 3.6.5 to 3.6.6
Bumps
[org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver)
from 3.6.5 to 3.6.6.
- [Release notes](https://github.com/apache/maven-archiver/releases)
-
[Commits](https://github.com/apache/maven-archiver/compare/maven-archiver-3.6.5...maven-archiver-3.6.6)
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-archiver
dependency-version: 3.6.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
esa-maven-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/esa-maven-plugin/pom.xml b/esa-maven-plugin/pom.xml
index c2c8d3864..d97abae14 100644
--- a/esa-maven-plugin/pom.xml
+++ b/esa-maven-plugin/pom.xml
@@ -44,7 +44,7 @@
<properties>
<biz.aQute.bndlib.version>6.4.1</biz.aQute.bndlib.version>
<maven.version>3.9.12</maven.version>
- <maven-archiver.version>3.6.5</maven-archiver.version>
+ <maven-archiver.version>3.6.6</maven-archiver.version>
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
<maven-invoker-plugin.version>3.9.1</maven-invoker-plugin.version>
<maven-plugin-testing-harness.version>3.4.0</maven-plugin-testing-harness.version>