Skip to content

Commit

Permalink
Bump surefire.version from 2.22.2 to 3.5.2 (#1679)
Browse files Browse the repository at this point in the history
Bumps `surefire.version` from 2.22.2 to 3.5.2.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 99921d7 commit b997248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tck/microprofile-tck/opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M6</version>
<version>3.5.2</version>
<configuration>
<reuseForks>false</reuseForks>
<dependenciesToScan>
Expand Down

0 comments on commit b997248

Please sign in to comment.