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-verifier.git
The following commit(s) were added to refs/heads/master by this push:
new 6167c2b Update Maven version to 3.9.16
6167c2b is described below
commit 6167c2b976b246710e5fd9573e16efdc6a0af35f
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sat Jun 27 20:40:41 2026 +0200
Update Maven version to 3.9.16
---
pom.xml | 2 +-
.../shared/verifier/Embedded3xLauncherTest.java | 1 +
.../maven/shared/verifier/ForkedLauncherTest.java | 1 +
.../apache/maven/shared/verifier/VerifierTest.java | 20 +-------------------
4 files changed, 4 insertions(+), 20 deletions(-)
diff --git a/pom.xml b/pom.xml
index 67fb593..acd4dbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<properties>
<javaVersion>8</javaVersion>
- <mavenVersion>3.8.4</mavenVersion>
+ <mavenVersion>3.9.16</mavenVersion>
<mavenResolverVersion>1.9.27</mavenResolverVersion>
<project.build.outputTimestamp>2022-09-22T20:29:06Z</project.build.outputTimestamp>
</properties>
diff --git
a/src/test/java/org/apache/maven/shared/verifier/Embedded3xLauncherTest.java
b/src/test/java/org/apache/maven/shared/verifier/Embedded3xLauncherTest.java
index 323734e..e6621de 100644
--- a/src/test/java/org/apache/maven/shared/verifier/Embedded3xLauncherTest.java
+++ b/src/test/java/org/apache/maven/shared/verifier/Embedded3xLauncherTest.java
@@ -29,6 +29,7 @@ import org.junit.jupiter.api.io.TempDir;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
+@SuppressWarnings("deprecation")
public class Embedded3xLauncherTest {
@TempDir
private Path temporaryDir;
diff --git
a/src/test/java/org/apache/maven/shared/verifier/ForkedLauncherTest.java
b/src/test/java/org/apache/maven/shared/verifier/ForkedLauncherTest.java
index 68bb35a..336604d 100644
--- a/src/test/java/org/apache/maven/shared/verifier/ForkedLauncherTest.java
+++ b/src/test/java/org/apache/maven/shared/verifier/ForkedLauncherTest.java
@@ -36,6 +36,7 @@ import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
import static org.junit.jupiter.api.Assertions.fail;
+@SuppressWarnings("deprecation")
public class ForkedLauncherTest {
@TempDir
private Path temporaryDir;
diff --git a/src/test/java/org/apache/maven/shared/verifier/VerifierTest.java
b/src/test/java/org/apache/maven/shared/verifier/VerifierTest.java
index 6fcd2fd..a166942 100644
--- a/src/test/java/org/apache/maven/shared/verifier/VerifierTest.java
+++ b/src/test/java/org/apache/maven/shared/verifier/VerifierTest.java
@@ -18,25 +18,6 @@
*/
package org.apache.maven.shared.verifier;
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
@@ -69,6 +50,7 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.params.provider.Arguments.arguments;
+@SuppressWarnings("deprecation")
public class VerifierTest {
@TempDir
private Path temporaryDir;