From c084d74db88dad758e88c677b2dc5f8b13c8def5 Mon Sep 17 00:00:00 2001 From: RenovateBot <roffe@nibio.no> Date: Wed, 3 Jan 2024 12:24:25 +0100 Subject: [PATCH] chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 40a59eab..e7db234c 100755 --- a/pom.xml +++ b/pom.xml @@ -322,7 +322,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.2</version> + <version>3.2.3</version> <configuration> <argLine>-Xmx6048m</argLine> </configuration> -- GitLab