Skip to content

Commit

Permalink
fix(deps): bump maven.surefire.version from 3.3.1 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps `maven.surefire.version` from 3.3.1 to 3.4.0.

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Aug 19, 2024
1 parent fdaf3ac commit 40a77ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<maven.minimum.version>3.6.3</maven.minimum.version>
<maven.maximum.version />

<maven.surefire.version>3.3.1</maven.surefire.version>
<maven.surefire.version>3.4.0</maven.surefire.version>
<maven.scm.version>2.1.0</maven.scm.version>
<maven.scm.svnjava.version>2.3.0</maven.scm.svnjava.version>
<maven.wagon.version>3.5.3</maven.wagon.version>
Expand Down

0 comments on commit 40a77ef

Please sign in to comment.