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 9b5fa4618 Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5
9b5fa4618 is described below
commit 9b5fa46183cfbd66315df0710b56bf4eb30dbd16
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 8 17:15:34 2025 +0000
Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5
Bumps
[org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver)
from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/apache/maven-archiver/releases)
-
[Commits](https://github.com/apache/maven-archiver/compare/maven-archiver-3.6.4...maven-archiver-3.6.5)
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-archiver
dependency-version: 3.6.5
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 4c85cdf66..4a68d358f 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.11</maven.version>
- <maven-archiver.version>3.6.4</maven-archiver.version>
+ <maven-archiver.version>3.6.5</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.3.0</maven-plugin-testing-harness.version>