Skip to content

Commit f3ce27e

Browse files
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3
1 parent 22c63f9 commit f3ce27e

File tree

2 files changed

+2
-2
lines changed
  • cxf-spring-boot-starter-maven-plugin-integrationtest
  • cxf-spring-boot-starter-maven-plugin

2 files changed

+2
-2
lines changed

cxf-spring-boot-starter-maven-plugin-integrationtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-surefire-plugin</artifactId>
45-
<version>2.22.2</version>
45+
<version>3.5.2</version>
4646
</plugin>
4747
<!-- Skip sample project in Maven release https://stackoverflow.com/a/14297315/4964553 -->
4848
<plugin>

cxf-spring-boot-starter-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-surefire-plugin</artifactId>
145-
<version>2.22.2</version>
145+
<version>3.5.2</version>
146146
</plugin>
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)