Skip to content

Commit 7b2b137

Browse files
committed
build: update surefire and failsafe plugin to 3.5.3
1 parent ee2543e commit 7b2b137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<plugin>
126126
<groupId>org.apache.maven.plugins</groupId>
127127
<artifactId>maven-failsafe-plugin</artifactId>
128-
<version>3.5.2</version>
128+
<version>3.5.3</version>
129129
<configuration>
130130
<argLine>
131131
@{argLine}
@@ -156,7 +156,7 @@
156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>
158158
<artifactId>maven-surefire-plugin</artifactId>
159-
<version>3.5.2</version>
159+
<version>3.5.3</version>
160160
<configuration>
161161
<argLine>
162162
@{argLine}

0 commit comments

Comments
 (0)