Skip to content

Commit

Permalink
Update JUnit and Maven Surefire
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Jul 3, 2023
1 parent e8acf86 commit af2f17f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<version>3.1.2</version>
<configuration>
<includes>
<include>**/*Tests.java</include>
</includes>
</configuration>
<dependencies>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-surefire-provider</artifactId>
<version>${junit.platform.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down Expand Up @@ -108,8 +101,7 @@
</profiles>

<properties>
<junit.jupiter.version>5.7.0</junit.jupiter.version>
<junit.platform.version>1.0.2</junit.platform.version>
<junit.jupiter.version>5.9.3</junit.jupiter.version>
</properties>

<dependencies>
Expand Down

0 comments on commit af2f17f

Please sign in to comment.