From e0a2f8311f9f852bb49885d6851bdf8b5c6733ea Mon Sep 17 00:00:00 2001 From: RenovateBot <roffe@nibio.no> Date: Wed, 10 Jan 2024 01:01:25 +0100 Subject: [PATCH] Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 237b1f71..9d58e271 100755 --- a/pom.xml +++ b/pom.xml @@ -306,7 +306,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.2.3</version> + <version>3.2.5</version> <configuration> <argLine>-Xmx6048m</argLine> </configuration> -- GitLab