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

pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 552eede1d8 Try downgrading Maven Surefire
552eede1d8 is described below

commit 552eede1d8426c0027c4d3cef8b7e0a4d997835f
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Sep 3 20:22:50 2024 +0200

    Try downgrading Maven Surefire
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index a71a3958cb..e27ec7ff42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -603,6 +603,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>3.2.5</version>
         <configuration>
           <forkCount>1C</forkCount>
           <reuseForks>false</reuseForks>

Reply via email to