Skip to content

Commit

Permalink
Bump version.maven-surefire from 3.3.0 to 3.5.2
Browse files Browse the repository at this point in the history
Bumps `version.maven-surefire` from 3.3.0 to 3.5.2.

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

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

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

---
updated-dependencies:
- 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-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 Nov 4, 2024
1 parent c514928 commit 73075a6
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 @@ -99,7 +99,7 @@ under the License.
<minimalJavaBuildVersion>${maven.compiler.target}</minimalJavaBuildVersion>
<maven.compiler.source>${maven.compiler.target}</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target><!-- use version numbers without the "1." prefix (supported since javac 5) -->
<surefire.version>3.3.0</surefire.version><!-- for surefire, failsafe and surefire-report -->
<surefire.version>3.5.2</surefire.version><!-- for surefire, failsafe and surefire-report -->
<assembly.tarLongFileMode>posix</assembly.tarLongFileMode>

<project.build.outputTimestamp>2024-07-04T18:52:57Z</project.build.outputTimestamp>
Expand Down

0 comments on commit 73075a6

Please sign in to comment.