Skip to content

Commit

Permalink
Bump maven.surefire.version from 3.1.2 to 3.2.5
Browse files Browse the repository at this point in the history
Bumps `maven.surefire.version` from 3.1.2 to 3.2.5.

Updates `org.apache.maven.surefire:surefire-junit-platform` from 3.1.2 to 3.2.5

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

Updates `org.apache.maven.surefire:surefire-testng` from 3.1.2 to 3.2.5

---
updated-dependencies:
- dependency-name: org.apache.maven.surefire:surefire-junit-platform
  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-major
- dependency-name: org.apache.maven.surefire:surefire-testng
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 26, 2024
1 parent 29cc1aa commit 9a746ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -141,7 +141,7 @@
<bytebuddy.version>1.14.8</bytebuddy.version>

<!-- build plugin dependencies-->
<maven.surefire.version>3.1.2</maven.surefire.version>
<maven.surefire.version>3.2.5</maven.surefire.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion test/sdk-benchmarks/pom.xml
Expand Up @@ -306,7 +306,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<version>3.2.5</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 9a746ba

Please sign in to comment.