Skip to content

Commit 962fc34

Browse files
dependabot[bot]purejava
authored andcommitted
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] <[email protected]>
1 parent c0f6c4f commit 962fc34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</plugin>
9999
<plugin>
100100
<artifactId>maven-surefire-plugin</artifactId>
101-
<version>3.0.0</version>
101+
<version>3.1.0</version>
102102
</plugin>
103103
<plugin>
104104
<artifactId>maven-jar-plugin</artifactId>
@@ -203,7 +203,7 @@
203203
<plugin>
204204
<groupId>org.apache.maven.plugins</groupId>
205205
<artifactId>maven-surefire-plugin</artifactId>
206-
<version>3.0.0</version>
206+
<version>3.1.0</version>
207207
<dependencies>
208208
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
209209
<dependency>

0 commit comments

Comments
 (0)