This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new ea4cdc28651 [FLINK-28215][Buildsystem] Update Maven Surefire plugin to 
3.3.2. This closes #22502
ea4cdc28651 is described below

commit ea4cdc28651ad91defd4fc7b371a1f520ea7a262
Author: Martijn Visser <2989614+martijnvis...@users.noreply.github.com>
AuthorDate: Mon Dec 11 16:36:44 2023 +0100

    [FLINK-28215][Buildsystem] Update Maven Surefire plugin to 3.3.2. This 
closes #22502
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 18c8b4b3f49..0304712e2ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1714,7 +1714,7 @@ under the License.
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
-                               <version>3.0.0-M5</version>
+                               <version>3.2.2</version>
                                <configuration>
                                        <!-- enables TCP/IP communication 
between surefire and forked JVM-->
                                        <forkNode 
implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>

Reply via email to