From 4cd4128e249f43f1643f69b95bf144013bfc0790 Mon Sep 17 00:00:00 2001 From: RenovateBot <roffe@nibio.no> Date: Tue, 7 Jan 2025 13:42:27 +0100 Subject: [PATCH] chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1ef5028d..bd1b6436 100755 --- a/pom.xml +++ b/pom.xml @@ -350,7 +350,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.2.5</version> + <version>3.5.2</version> <configuration> <argLine>-Xmx6048m</argLine> </configuration> -- GitLab