Skip to content

Commit 6b438cc

Browse files
Bump maven-surefire-plugin.version from 2.17 to 3.5.2 (#684)
Bumps `maven-surefire-plugin.version` from 2.17 to 3.5.2. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 2.17 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-2.17...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 2.18.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-2.18.1...surefire-3.5.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4192f5 commit 6b438cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
</plugin>
166166
<plugin>
167167
<artifactId>maven-surefire-plugin</artifactId>
168-
<version>2.17</version>
168+
<version>3.5.2</version>
169169
</plugin>
170170
</plugins>
171171
</pluginManagement>

examples/restful-ws-microprofile-liberty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-failsafe-plugin</artifactId>
151-
<version>2.18.1</version>
151+
<version>3.5.2</version>
152152
<executions>
153153
<execution>
154154
<phase>integration-test</phase>

http/restful-ws-jakarta-integration-tests/restful-ws-liberty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<plugin>
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-failsafe-plugin</artifactId>
123-
<version>2.22.2</version>
123+
<version>3.5.2</version>
124124
<configuration>
125125
<systemPropertyVariables>
126126
<arquillian.war.name>${arquillian.war.name}.war</arquillian.war.name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9191

9292
<!-- Maven plugins -->
93-
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
93+
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
9494
<maven-editorconfig-plugin.version>0.1.0</maven-editorconfig-plugin.version>
9595

9696
<!-- Dependencies -->

0 commit comments

Comments
 (0)