This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch maven-jar-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
The following commit(s) were added to refs/heads/maven-jar-plugin-3.x by this
push:
new abacb54 Bump org.apache.maven:maven-archiver from 3.6.5 to 3.6.6
(#511)
abacb54 is described below
commit abacb5473fd03f6f0294b93efa4267795b4249fc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 25 09:39:54 2025 +0100
Bump org.apache.maven:maven-archiver from 3.6.5 to 3.6.6 (#511)
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1999f06..6a45f32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
<properties>
<javaVersion>8</javaVersion>
<mavenVersion>3.9.12</mavenVersion>
- <mavenArchiverVersion>3.6.5</mavenArchiverVersion>
+ <mavenArchiverVersion>3.6.6</mavenArchiverVersion>
<!-- for JDK 25 -->
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>