Skip to content

Commit

Permalink
Chore: update maven-surefire-plugin to match the version used in GUI (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky authored Oct 24, 2024
1 parent 9889ca3 commit 3c011b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.1</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<reportsDirectory>${project.build.directory}/test-reports</reportsDirectory>
Expand Down

0 comments on commit 3c011b7

Please sign in to comment.