Skip to content

Commit fad2221

Browse files
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.2 (#86)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e8328b4 commit fad2221

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

devops-framework-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<plugin>
185185
<groupId>org.apache.maven.plugins</groupId>
186186
<artifactId>maven-surefire-plugin</artifactId>
187-
<version>3.0.0-M7</version>
187+
<version>3.5.2</version>
188188
<configuration>
189189
<includes>
190190
<include>**/*.class</include>

devops-framework-pipeline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-surefire-plugin</artifactId>
180-
<version>3.0.0-M7</version>
180+
<version>3.5.2</version>
181181
<configuration>
182182
<includes>
183183
<include>**/*.class</include>

devops-framework-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-surefire-plugin</artifactId>
205-
<version>3.0.0-M7</version>
205+
<version>3.5.2</version>
206206
<configuration>
207207
<includes>
208208
<include>**/*.class</include>

0 commit comments

Comments
 (0)