Skip to content

Commit

Permalink
Bump surefire-plugin.version in /sample-apps/quarkus-app
Browse files Browse the repository at this point in the history
Bumps `surefire-plugin.version` from 2.22.2 to 3.2.2.

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 2.22.2 to 3.2.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-2.22.2...surefire-3.2.2)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 2.22.2 to 3.2.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-2.22.2...surefire-3.2.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent c7c8f13 commit 7f1ad20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-apps/quarkus-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<quarkus.platform.version>3.2.8.Final</quarkus.platform.version>

<quarkus-plugin.version>3.2.8.Final</quarkus-plugin.version>
<surefire-plugin.version>2.22.2</surefire-plugin.version>
<surefire-plugin.version>3.2.2</surefire-plugin.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 7f1ad20

Please sign in to comment.