Skip to content

Commit

Permalink
build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins: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]>
  • Loading branch information
dependabot[bot] authored Jul 21, 2023
1 parent a3de1d9 commit 47ca889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@

<!-- maven surefire/failsafe version added here so it could be overridden -->
<maven.testing.plugin.version>3.0.0-M5</maven.testing.plugin.version>
<maven.failsafe.plugin.version>${maven.testing.plugin.version}</maven.failsafe.plugin.version>
<maven.failsafe.plugin.version>3.1.2</maven.failsafe.plugin.version>
<maven.surefire.plugin.version>${maven.testing.plugin.version}</maven.surefire.plugin.version>
<maven.surefire.report.plugin.version>${maven.testing.plugin.version}</maven.surefire.report.plugin.version>

Expand Down
2 changes: 1 addition & 1 deletion smoke-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<camelVersion>2.19.1</camelVersion>
<surefireVersion>2.18</surefireVersion>
<failsafeVersion>2.22.2</failsafeVersion>
<failsafeVersion>3.1.2</failsafeVersion>
<groovyVersion>2.5.16</groovyVersion>
<frontendPluginVersion>0.0.29</frontendPluginVersion>
<jackson2Version>2.14.2</jackson2Version>
Expand Down

0 comments on commit 47ca889

Please sign in to comment.