Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
build(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2
Browse files Browse the repository at this point in the history
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.1.0...surefire-3.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and morpheus-87 committed Jun 20, 2023
1 parent 73063ac commit 07c0c85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>war</packaging>

<properties>
<version.maven-surefire-plugin>3.1.0</version.maven-surefire-plugin>
<version.maven-surefire-plugin>3.1.2</version.maven-surefire-plugin>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<version.maven-project-info-reports-plugin>3.0.0</version.maven-project-info-reports-plugin>
<version.maven-war-plugin>3.3.1</version.maven-war-plugin>
<version.maven-site-plugin>3.12.1</version.maven-site-plugin>
<version.maven-surefire-plugin>3.1.0</version.maven-surefire-plugin>
<version.maven-surefire-plugin>3.1.2</version.maven-surefire-plugin>
<version.wagon-ssh>3.5.2</version.wagon-ssh>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion rest-webservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<version.junit5>5.8.2</version.junit5>
<version.maven-surefire-plugin>3.1.0</version.maven-surefire-plugin>
<version.maven-surefire-plugin>3.1.2</version.maven-surefire-plugin>
<version.spring>5.1.7.RELEASE</version.spring>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion springmvc-thymeleaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<version.jetty-maven-plugin>9.4.31.v20200723</version.jetty-maven-plugin>
<version.junit5>5.8.2</version.junit5>
<version.maven-compiler-plugin>3.10.1</version.maven-compiler-plugin>
<version.maven-surefire-plugin>3.1.0</version.maven-surefire-plugin>
<version.maven-surefire-plugin>3.1.2</version.maven-surefire-plugin>
<version.mockito-core>3.10.0</version.mockito-core>
<version.servlet-api>4.0.1</version.servlet-api>
<version.slf4j>1.7.35</version.slf4j>
Expand Down

0 comments on commit 07c0c85

Please sign in to comment.