Skip to content

Commit a28940e

Browse files
committed
Bump build plugins to latest versions:
maven-failsafe-plugin .............................. 3.5.1 -> 3.5.2 maven-surefire-plugin .............................. 3.5.1 -> 3.5.2 org.codehaus.mojo:exec-maven-plugin ................ 3.4.1 -> 3.5.0
1 parent db1ef72 commit a28940e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

integration-tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-surefire-plugin</artifactId>
52-
<version>3.5.1</version>
52+
<version>3.5.2</version>
5353
<configuration>
5454
<failIfNoTests>false</failIfNoTests>
5555
</configuration>
@@ -67,7 +67,7 @@
6767
<!-- Tests ending with *IT.java will be executed here -->
6868
<groupId>org.apache.maven.plugins</groupId>
6969
<artifactId>maven-failsafe-plugin</artifactId>
70-
<version>3.5.1</version>
70+
<version>3.5.2</version>
7171
<executions>
7272
<execution>
7373
<goals>
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.codehaus.mojo</groupId>
110110
<artifactId>exec-maven-plugin</artifactId>
111-
<version>3.4.1</version>
111+
<version>3.5.0</version>
112112
<executions>
113113
<execution>
114114
<phase>pre-integration-test</phase>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-surefire-plugin</artifactId>
103-
<version>3.5.1</version>
103+
<version>3.5.2</version>
104104
<configuration>
105105
<failIfNoTests>true</failIfNoTests>
106106
</configuration>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-failsafe-plugin</artifactId>
112-
<version>3.5.1</version>
112+
<version>3.5.2</version>
113113
</plugin>
114114

115115
<!-- POM FLATTENING FOR CI FRIENDLY VERSIONS -->

0 commit comments

Comments
 (0)