Skip to content

Commit 77d52ab

Browse files
authored
Bump maven-surefire-plugin to 3.2.3 (#3656)
1 parent f70e1fc commit 77d52ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<slf4j.version>1.7.36</slf4j.version>
5151
<resilience4j.version>1.7.1</resilience4j.version>
5252
<jackson.version>2.16.0</jackson.version>
53+
<maven.surefire.version>3.2.3</maven.surefire.version>
5354
</properties>
5455

5556
<dependencies>
@@ -196,7 +197,7 @@
196197
</plugin>
197198
<plugin>
198199
<artifactId>maven-surefire-plugin</artifactId>
199-
<version>3.2.2</version>
200+
<version>${maven.surefire.version}</version>
200201
<configuration>
201202
<systemPropertyVariables>
202203
<redis-hosts>${redis-hosts}</redis-hosts>
@@ -325,7 +326,7 @@
325326
<plugins>
326327
<plugin>
327328
<artifactId>maven-surefire-plugin</artifactId>
328-
<version>3.2.2</version>
329+
<version>${maven.surefire.version}</version>
329330
<configuration>
330331
<test>**/examples/*Example.java</test>
331332
</configuration>

0 commit comments

Comments
 (0)