Skip to content

Commit fff59fc

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.1
1 parent 1b5b48a commit fff59fc

File tree

3 files changed

+3
-3
lines changed
  • junit5-jupiter-starter-maven-kotlin
  • junit5-jupiter-starter-maven
  • junit5-migration-maven

3 files changed

+3
-3
lines changed

junit5-jupiter-starter-maven-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.5.0</version>
80+
<version>3.5.1</version>
8181
</plugin>
8282
</plugins>
8383
</build>

junit5-jupiter-starter-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugins>
3838
<plugin>
3939
<artifactId>maven-surefire-plugin</artifactId>
40-
<version>3.5.0</version>
40+
<version>3.5.1</version>
4141
</plugin>
4242
</plugins>
4343
</build>

junit5-migration-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<plugins>
5555
<plugin>
5656
<artifactId>maven-surefire-plugin</artifactId>
57-
<version>3.5.0</version>
57+
<version>3.5.1</version>
5858
<configuration>
5959
<!--<groups>fast</groups>-->
6060
<excludedGroups>slow</excludedGroups>

0 commit comments

Comments
 (0)