Skip to content

Commit

Permalink
Bump maven-surefire-plugin from 2.19.1 to 2.22.2
Browse files Browse the repository at this point in the history
Bumps [maven-surefire-plugin](https:/apache/maven-surefire) from 2.19.1 to 2.22.2.
- [Release notes](https:/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-2.19.1...surefire-2.22.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 16, 2022
1 parent 14ba710 commit 008000e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.3.19</version>
<version>5.3.20</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -452,7 +452,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<version>2.22.2</version>
<configuration>
<skipTests>${skipUTs}</skipTests>
<excludes>
Expand Down

0 comments on commit 008000e

Please sign in to comment.