Skip to content

Commit

Permalink
GMS-85 Update Surefire plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-szrnka committed Dec 20, 2023
1 parent 7a3eec8 commit 9884f4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/gms-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<backend.buildname>gms-app</backend.buildname>
<spring-boot.version>3.2.0</spring-boot.version>
<guava.version>32.0.0-jre</guava.version>
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
<flyway.version>9.22.3</flyway.version>
<jjwt.version>0.11.1</jjwt.version>
<!-- Testing & code quality -->
Expand Down Expand Up @@ -374,6 +374,8 @@
<version>${maven-surefire-plugin.version}</version>
<configuration>
<printSummary>true</printSummary>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 9884f4d

Please sign in to comment.