This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 29b3efbf48 Use Maven 3.9.14 in unit test
29b3efbf48 is described below
commit 29b3efbf48b3eedbeeff68187e09adf63a10cae5
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Mar 22 11:17:39 2026 +0100
Use Maven 3.9.14 in unit test
---
impl/maven-executor/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/impl/maven-executor/pom.xml b/impl/maven-executor/pom.xml
index c63ec5f9e6..c4712962ce 100644
--- a/impl/maven-executor/pom.xml
+++ b/impl/maven-executor/pom.xml
@@ -32,7 +32,7 @@ under the License.
<description>Maven 4 Executor, for executing Maven 3/4.</description>
<properties>
- <maven3version>3.9.11</maven3version>
+ <maven3version>3.9.14</maven3version>
<maven4version>${project.version}</maven4version>
<testTmpDir>${project.build.directory}/tmp</testTmpDir>
</properties>