Skip to content

Commit

Permalink
Integrate Maven Surefire plugin 3.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Pinčuk <[email protected]>
  • Loading branch information
avpinchuk committed Apr 3, 2024
1 parent e1b1672 commit 7a8e322
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
<configuration>
<environmentVariables>
<LANG>en</LANG>
Expand All @@ -884,7 +884,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
<configuration>
<environmentVariables>
<LANG>en</LANG>
Expand Down Expand Up @@ -920,7 +920,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
Expand Down

0 comments on commit 7a8e322

Please sign in to comment.