Skip to content

Commit

Permalink
use 3.5.2 again
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Dec 11, 2024
1 parent 86a35bc commit 9f19699
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>maven-surefire-common</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -218,12 +218,12 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -239,12 +239,12 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 9f19699

Please sign in to comment.