Skip to content

Commit 9c67d50

Browse files
chore(deps): bump maven-surefire-plugin from 3.0.0 to 3.1.0
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.0.0...surefire-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 167f16b commit 9c67d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<!-- Test Phase -->
281281
<plugin>
282282
<artifactId>maven-surefire-plugin</artifactId>
283-
<version>3.0.0</version>
283+
<version>3.1.0</version>
284284
<configuration>
285285
<skipTests>${skipUTs}</skipTests>
286286
</configuration>

0 commit comments

Comments
 (0)