Skip to content

Commit d45d9b4

Browse files
build(deps): bump maven-failsafe-plugin from 2.22.2 to 3.1.2 (#824)
Bumps [maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.1.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-2.22.2...surefire-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56aac6e commit d45d9b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

applications/spring-shell/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<plugin>
165165
<groupId>org.apache.maven.plugins</groupId>
166166
<artifactId>maven-failsafe-plugin</artifactId>
167-
<version>2.22.2</version>
167+
<version>3.1.2</version>
168168
<!-- Necessary to have test resource projects on the classpath-->
169169
<configuration>
170170
<classesDirectory>${project.build.outputDirectory}</classesDirectory>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
<plugin>
365365
<groupId>org.apache.maven.plugins</groupId>
366366
<artifactId>maven-failsafe-plugin</artifactId>
367-
<version>2.22.2</version>
367+
<version>3.1.2</version>
368368
<configuration>
369369
<groups>integration</groups>
370370
<includes>

0 commit comments

Comments
 (0)