Skip to content

Commit eda5bd3

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.2 to 3.5.3. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.2...surefire-3.5.3) --- 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 06f7048 commit eda5bd3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

approvaltests-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
</plugin>
147147
<plugin>
148148
<artifactId>maven-surefire-plugin</artifactId>
149-
<version>3.5.2</version>
149+
<version>3.5.3</version>
150150
</plugin>
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>

approvaltests-util-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
</plugin>
8989
<plugin>
9090
<artifactId>maven-surefire-plugin</artifactId>
91-
<version>3.5.2</version>
91+
<version>3.5.3</version>
9292
</plugin>
9393
</plugins>
9494
</build>

pom.xml

+2-2
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.5.2</version>
103+
<version>3.5.3</version>
104104
<configuration>
105105
<argLine>-Duser.language=en -Duser.region=US</argLine>
106106
<parallel>methods</parallel>
@@ -166,7 +166,7 @@
166166
<plugin>
167167
<groupId>org.apache.maven.plugins</groupId>
168168
<artifactId>maven-surefire-plugin</artifactId>
169-
<version>3.5.2</version>
169+
<version>3.5.3</version>
170170
</plugin>
171171
<plugin>
172172
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)