From 739030e03d8bd36a179f63b5dc72e1d649f842ad Mon Sep 17 00:00:00 2001 From: BrenoEpic <github@brenoepic.tech> Date: Tue, 30 Jan 2024 23:37:35 -0300 Subject: [PATCH] Fix surefire --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5e9dbc8..a71df4b 100644 --- a/pom.xml +++ b/pom.xml @@ -204,9 +204,9 @@ </configuration> </plugin> <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.11</version> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.22.2</version> </plugin> </plugins> </build>