From 49319b1005ad6011a254257ad1ec4a102554e256 Mon Sep 17 00:00:00 2001 From: RenovateBot <roffe@nibio.no> Date: Thu, 14 Dec 2023 01:01:12 +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..9890a6f3 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.2.3</version> <configuration> <argLine>-Xmx6048m</argLine> </configuration> -- GitLab