This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 43666c31 Bump Maven to 3.9.11. Prerequisite still 3.6.3
43666c31 is described below
commit 43666c313d9a5df248646337b750bd82e51a0bc5
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sat Nov 22 23:42:12 2025 +0100
Bump Maven to 3.9.11. Prerequisite still 3.6.3
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index f86f6cba..6cb1b1dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@ under the License.
</contributors>
<prerequisites>
- <maven>${mavenVersion}</maven>
+ <maven>3.6.3</maven>
</prerequisites>
<scm>
@@ -73,8 +73,8 @@ under the License.
<javaVersion>8</javaVersion>
<mdoVersion>2.2.0</mdoVersion>
- <mavenVersion>3.6.3</mavenVersion>
- <slf4jVersion>1.7.5</slf4jVersion>
+ <mavenVersion>3.9.11</mavenVersion>
+ <slf4jVersion>1.7.36</slf4jVersion>
<mavenFilteringVersion>3.4.0</mavenFilteringVersion>
<mavenArchiverVersion>3.6.5</mavenArchiverVersion>
<commonsIoVersion>2.21.0</commonsIoVersion>