Skip to content

Commit

Permalink
build(deps): bump maven.testing.plugin.version from 3.1.2 to 3.2.1
Browse files Browse the repository at this point in the history
Bumps `maven.testing.plugin.version` from 3.1.2 to 3.2.1.

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

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

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

---
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 Nov 1, 2023
1 parent 843bb83 commit 2c88924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- maven surefire/failsafe version added here so it could be overridden -->
<maven.testing.plugin.version>3.1.2</maven.testing.plugin.version>
<maven.testing.plugin.version>3.2.1</maven.testing.plugin.version>

<maven.eclipse.plugin.version>2.10</maven.eclipse.plugin.version>
<maven.javadoc.plugin.version>3.5.0</maven.javadoc.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion smoke-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<test.fork.timeout>1800</test.fork.timeout>

<!-- for surefire and failsafe -->
<maven.testing.plugin.version>3.1.2</maven.testing.plugin.version>
<maven.testing.plugin.version>3.2.1</maven.testing.plugin.version>

<!-- fix xerces/xalan pollution, use built-in factories -->
<argLineMemory>-Xms2g -Xmx2g -XX:+UseG1GC</argLineMemory>
Expand Down

0 comments on commit 2c88924

Please sign in to comment.