Skip to content

Commit 8866e93

Browse files
dependabot[bot]isidore
authored andcommitted
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2) --- 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 b31d6f6 commit 8866e93

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
@@ -146,7 +146,7 @@
146146
</plugin>
147147
<plugin>
148148
<artifactId>maven-surefire-plugin</artifactId>
149-
<version>3.5.1</version>
149+
<version>3.5.2</version>
150150
</plugin>
151151
<plugin>
152152
<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.5.1</version>
86+
<version>3.5.2</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.5.1</version>
103+
<version>3.5.2</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.5.1</version>
164+
<version>3.5.2</version>
165165
</plugin>
166166
<plugin>
167167
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)