From 79f810bf8202f5345efb7ed18aa0e6507eddf7e5 Mon Sep 17 00:00:00 2001 From: RenovateBot <roffe@nibio.no> Date: Wed, 15 Mar 2023 01:00:47 +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 737e4527..020d7f62 100755 --- a/pom.xml +++ b/pom.xml @@ -358,7 +358,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.2</version> + <version>3.0.0</version> <configuration> <argLine>-Xmx6048m</argLine> </configuration> -- GitLab