This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 268f1e6f3f [tomee-10.x]: Bump org.apache.maven:maven-archiver from
3.6.5 to 3.6.6
268f1e6f3f is described below
commit 268f1e6f3f0974f17650f171df81ce43f1c4914c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 29 12:24:22 2025 +0000
[tomee-10.x]: 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]>
---
maven/applicationcomposer-maven-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maven/applicationcomposer-maven-plugin/pom.xml
b/maven/applicationcomposer-maven-plugin/pom.xml
index 18b718c061..7bdd0e6921 100644
--- a/maven/applicationcomposer-maven-plugin/pom.xml
+++ b/maven/applicationcomposer-maven-plugin/pom.xml
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
- <version>3.6.5</version>
+ <version>3.6.6</version>
</dependency>
</dependencies>