Skip to content

Commit

Permalink
Bump maven-{surefire,failsafe}-plugin to 3.2.5
Browse files Browse the repository at this point in the history
https://github.com/apache/maven-surefire/releases/tag/surefire-3.2.5

JIRA: LIGHTY-291
Signed-off-by: tobias.pobocik <[email protected]>
(cherry picked from commit bceb618)
  • Loading branch information
Tobianas authored and ihrasko committed Apr 17, 2024
1 parent 706e77c commit f65c1c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lighty-core/lighty-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<configuration>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<configuration>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
Expand Down

0 comments on commit f65c1c6

Please sign in to comment.