Skip to content

Commit

Permalink
Bump maven-surefire-plugin to 3.2.3 (#3656)
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 authored Dec 18, 2023
1 parent f70e1fc commit 77d52ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<slf4j.version>1.7.36</slf4j.version>
<resilience4j.version>1.7.1</resilience4j.version>
<jackson.version>2.16.0</jackson.version>
<maven.surefire.version>3.2.3</maven.surefire.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -196,7 +197,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>${maven.surefire.version}</version>
<configuration>
<systemPropertyVariables>
<redis-hosts>${redis-hosts}</redis-hosts>
Expand Down Expand Up @@ -325,7 +326,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>${maven.surefire.version}</version>
<configuration>
<test>**/examples/*Example.java</test>
</configuration>
Expand Down

0 comments on commit 77d52ab

Please sign in to comment.