From 9167ec5e4e18447b479887ea4041f176f5ce0d74 Mon Sep 17 00:00:00 2001 From: RenovateBot <roffe@nibio.no> Date: Tue, 24 Oct 2023 01:01:16 +0200 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..b3ca6002 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.1</version> <configuration> <argLine>-Xmx6048m</argLine> </configuration> -- GitLab