Skip to content

Commit 7cbb691

Browse files
PeterSunaihrasko
authored andcommitted
Bump maven-{surefire,failsafe}-plugin to 3.5.4
https://github.com/apache/maven-surefire/releases/tag/maven-surefire-3.5.4 JIRA: LIGHTY-394 Signed-off-by: Peter Suna <peter.suna@pantheon.tech> (cherry picked from commit 5629c5b)
1 parent 18c8d2f commit 7cbb691

File tree

2 files changed

+3
-3
lines changed
  • lighty-core/lighty-parent
  • lighty-examples/lighty-controller-springboot-netconf

2 files changed

+3
-3
lines changed

lighty-core/lighty-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@
115115
<plugin>
116116
<groupId>org.apache.maven.plugins</groupId>
117117
<artifactId>maven-failsafe-plugin</artifactId>
118-
<version>3.5.3</version>
118+
<version>3.5.4</version>
119119
</plugin>
120120
<plugin>
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-surefire-plugin</artifactId>
123-
<version>3.5.3</version>
123+
<version>3.5.4</version>
124124
<configuration>
125125
<forkCount>1</forkCount>
126126
<reuseForks>true</reuseForks>

lighty-examples/lighty-controller-springboot-netconf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-surefire-plugin</artifactId>
127-
<version>3.5.3</version>
127+
<version>3.5.4</version>
128128
<configuration>
129129
<forkCount>1</forkCount>
130130
<reuseForks>true</reuseForks>

0 commit comments

Comments
 (0)