From d584d0113166444a48dd94292f6240b82607f42b Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Mon, 10 Jul 2023 12:11:54 -0400 Subject: [PATCH] ARTEMIS-4323 Keeping surefire at version 2.22.2 until a possible memory leak is finished At the time when we upgraded to latest the testsuite could not complete with a single run as many instances of https://github.com/apache/maven-surefire/blob/master/surefire-api/src/main/java/org/apache/maven/surefire/api/util/internal/ClassMethod.java were created. A thread was created within Maven user's forum: https://lists.apache.org/thread/6mzhr2pom7rmz96css49n8pk642cxkqf surefire should be upgraded in a near future as part of ARTEMIS-4359 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 3128a0ea43..6eee1de2cb 100644 --- a/pom.xml +++ b/pom.xml @@ -153,6 +153,7 @@ 2.1 4.13.2 5.8.2 + 2.22.2 2.3.3 1.2.5 42.4.3