This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch karaf-4.3.x in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.3.x by this push: new e7495d8c27 [KARAF-7758]: Upgrade maven-surefire-plugin to 3.1.2 e7495d8c27 is described below commit e7495d8c272bd07ed0c61135d5f9b085a1710da0 Author: Robert Varga <robert.va...@pantheon.tech> AuthorDate: Fri Sep 22 23:44:03 2023 +0200 [KARAF-7758]: Upgrade maven-surefire-plugin to 3.1.2 Signed-off-by: Robert Varga <robert.va...@pantheon.tech> (cherry picked from commit 2d982bce3aed374b97a0fb6f7fe3aa92568464f0) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4e1210dfe7..743a9cd9ba 100644 --- a/pom.xml +++ b/pom.xml @@ -489,7 +489,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.2</version> + <version>3.1.2</version> <configuration> <forkMode>once</forkMode> <argLine>${surefire.argLine}</argLine>