This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-filtering-3.x
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
The following commit(s) were added to refs/heads/maven-filtering-3.x by this
push:
new d4008b5 Bump Maven to 3.9.12
d4008b5 is described below
commit d4008b5e28015650ad43aaf3b6e29df800927eea
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sat Dec 20 21:36:02 2025 +0100
Bump Maven to 3.9.12
---
pom.xml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8a3010d..80c8fde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,9 +61,10 @@
</distributionManagement>
<properties>
- <mavenVersion>3.6.3</mavenVersion>
+ <mavenVersion>3.9.12</mavenVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<plexusBuildApiVersion>0.0.7</plexusBuildApiVersion>
+ <version.plexus-utils>3.6.0</version.plexus-utils>
<project.build.outputTimestamp>2024-08-28T15:27:52Z</project.build.outputTimestamp>
<!-- don't fail check for some rules that are too hard to enforce (could
even be told broken for some)
and those that are enforced by the formatting checks from spotless -->
@@ -108,10 +109,6 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-xml</artifactId>
- </dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interpolation</artifactId>