This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new 74c3ec628d Bump org.apache.maven:maven-archiver from 3.6.5 to 3.6.6
(#11601)
74c3ec628d is described below
commit 74c3ec628da990d2a8e0f137f5319be9291a6411
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 26 19:22:37 2025 +0100
Bump org.apache.maven:maven-archiver from 3.6.5 to 3.6.6 (#11601)
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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
its/core-it-support/core-it-plugins/maven-it-plugin-touch/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-touch/pom.xml
b/its/core-it-support/core-it-plugins/maven-it-plugin-touch/pom.xml
index 24dc829418..4ed515ccd9 100644
--- a/its/core-it-support/core-it-plugins/maven-it-plugin-touch/pom.xml
+++ b/its/core-it-support/core-it-plugins/maven-it-plugin-touch/pom.xml
@@ -57,7 +57,7 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
- <version>3.6.5</version>
+ <version>3.6.6</version>
</dependency>
</dependencies>
</project>