Skip to content

Commit 3d652fe

Browse files
dependabot[bot]isidore
authored andcommitted
- r Bump org.apache.maven.plugins:maven-surefire-plugin
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.4 to 3.5.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.4...surefire-3.5.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca3dcd3 commit 3d652fe

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

approvaltests-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
</plugin>
243243
<plugin>
244244
<artifactId>maven-surefire-plugin</artifactId>
245-
<version>3.5.4</version>
245+
<version>3.5.5</version>
246246
</plugin>
247247
</plugins>
248248
</build>

approvaltests-util-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</plugin>
8383
<plugin>
8484
<artifactId>maven-surefire-plugin</artifactId>
85-
<version>3.5.4</version>
85+
<version>3.5.5</version>
8686
</plugin>
8787
</plugins>
8888
</build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<!-- formatter_plugin_end -->
119119
<plugin>
120120
<artifactId>maven-surefire-plugin</artifactId>
121-
<version>3.5.4</version>
121+
<version>3.5.5</version>
122122
<configuration>
123123
<argLine>-Duser.language=en -Duser.region=US</argLine>
124124
<parallel>methods</parallel>
@@ -207,7 +207,7 @@
207207
<plugin>
208208
<groupId>org.apache.maven.plugins</groupId>
209209
<artifactId>maven-surefire-plugin</artifactId>
210-
<version>3.5.4</version>
210+
<version>3.5.5</version>
211211
</plugin>
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)