Skip to content

Commit 084dbe8

Browse files
dependabot[bot]isidore
authored andcommitted
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.4.0...surefire-3.5.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 6fdf26f commit 084dbe8

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
@@ -140,7 +140,7 @@
140140
</plugin>
141141
<plugin>
142142
<artifactId>maven-surefire-plugin</artifactId>
143-
<version>3.4.0</version>
143+
<version>3.5.0</version>
144144
</plugin>
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>

approvaltests-util-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</plugin>
8484
<plugin>
8585
<artifactId>maven-surefire-plugin</artifactId>
86-
<version>3.4.0</version>
86+
<version>3.5.0</version>
8787
</plugin>
8888
</plugins>
8989
</build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<!-- formatter_plugin_end -->
101101
<plugin>
102102
<artifactId>maven-surefire-plugin</artifactId>
103-
<version>3.4.0</version>
103+
<version>3.5.0</version>
104104
<configuration>
105105
<argLine>-Duser.language=en -Duser.region=US</argLine>
106106
</configuration>
@@ -161,7 +161,7 @@
161161
<plugin>
162162
<groupId>org.apache.maven.plugins</groupId>
163163
<artifactId>maven-surefire-plugin</artifactId>
164-
<version>3.4.0</version>
164+
<version>3.5.0</version>
165165
</plugin>
166166
<plugin>
167167
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)