Skip to content

Commit

Permalink
Bump surefire.version from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps `surefire.version` from 3.0.0 to 3.1.0.

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

Updates `maven-surefire-report-plugin` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.0.0...surefire-3.1.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-surefire-report-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and slachiewicz committed May 15, 2023
1 parent a981d63 commit c886d82
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 @@ -219,7 +219,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jackson.version>2.14.2</jackson.version>
<jdom.version>2.0.2</jdom.version>
<surefire.version>3.0.0</surefire.version>
<surefire.version>3.1.0</surefire.version>
<maven.version>3.5.4</maven.version>
<!--
! This controls the minimum java version
Expand Down

0 comments on commit c886d82

Please sign in to comment.