Skip to content

Commit 15db506

Browse files
dependabot[bot]gotson
authored andcommitted
build(deps): bump surefire.version from 3.0.0-M7 to 3.0.0
Bumps `surefire.version` from 3.0.0-M7 to 3.0.0. Updates `maven-surefire-report-plugin` from 3.0.0-M7 to 3.0.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.0.0-M7...surefire-3.0.0) Updates `maven-surefire-plugin` from 3.0.0-M7 to 3.0.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.0.0-M7...surefire-3.0.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b09e093 commit 15db506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<junit.version>5.9.1</junit.version>
15-
<surefire.version>3.0.0-M7</surefire.version>
15+
<surefire.version>3.0.0</surefire.version>
1616
<java9.sourceDirectory>${project.basedir}/src/main/java9</java9.sourceDirectory>
1717
</properties>
1818

0 commit comments

Comments
 (0)