Skip to content

Commit

Permalink
Merge pull request #4865 from knowm/dependabot/maven/org.apache.maven…
Browse files Browse the repository at this point in the history
….plugins-maven-surefire-plugin-3.2.5

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5
  • Loading branch information
timmolter authored Jun 5, 2024
2 parents 7c1c160 + adb56a6 commit 6b8cd02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
</plugin>

<plugin>
Expand Down
4 changes: 2 additions & 2 deletions xchange-stream-bitmex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
<configuration>
<excludes>
<exclude>**/*IT.java</exclude>
Expand All @@ -38,7 +38,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
<configuration>
<includes>
<include>**/*IT.java</include>
Expand Down

0 comments on commit 6b8cd02

Please sign in to comment.