Skip to content

Commit d457afc

Browse files
dependabot[bot]isidore
authored andcommitted
Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M5 to 3.0.0-M6. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.0.0-M5...surefire-3.0.0-M6) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9f7e32 commit d457afc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

approvaltests-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</plugin>
115115
<plugin>
116116
<artifactId>maven-surefire-plugin</artifactId>
117-
<version>3.0.0-M5</version>
117+
<version>3.0.0-M6</version>
118118
</plugin>
119119
</plugins>
120120
</build>

approvaltests-util-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</plugin>
9696
<plugin>
9797
<artifactId>maven-surefire-plugin</artifactId>
98-
<version>3.0.0-M5</version>
98+
<version>3.0.0-M6</version>
9999
</plugin>
100100
</plugins>
101101
</build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</plugin>
9696
<plugin>
9797
<artifactId>maven-surefire-plugin</artifactId>
98-
<version>3.0.0-M5</version>
98+
<version>3.0.0-M6</version>
9999
<configuration>
100100
<argLine>-Duser.language=en -Duser.region=US</argLine>
101101
</configuration>
@@ -146,7 +146,7 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-surefire-plugin</artifactId>
149-
<version>3.0.0-M5</version>
149+
<version>3.0.0-M6</version>
150150
</plugin>
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)