Skip to content

Commit

Permalink
Bump maven build plugins for surefire
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 4, 2023
1 parent 12cbbd2 commit 4ad4280
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.2.1</version>
</plugin>
</plugins>
</build>
Expand Down Expand Up @@ -145,24 +145,11 @@
<version>2.0.0.0</version>
</dependency>

<!--<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
</dependency>-->

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.8.1</version>
</dependency>

<!-- only if junit4 is present -->
<!--<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.8.1</version>
</dependency>-->

<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 4ad4280

Please sign in to comment.