Skip to content

Commit

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

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

Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.3.1 to 3.5.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.5.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 Aug 27, 2024
1 parent 5696893 commit c978380
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 @@ -19,7 +19,7 @@
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version><!-- for Github CI -->
<cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
<maven-site-plugin.version>3.12.1</maven-site-plugin.version>
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<jdk9-illegal-access-level>deny</jdk9-illegal-access-level>
</properties>
<name>SnakeYAML</name>
Expand Down

0 comments on commit c978380

Please sign in to comment.