Skip to content

Commit

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

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2
  • Loading branch information
timmolter authored and duplessisc committed May 28, 2024
2 parents 7589ee6 + 29efe66 commit aca8554
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 @@ -541,7 +541,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</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.1.2</version>
<version>3.2.2</version>
<configuration>
<excludes>
<exclude>**/*IT.java</exclude>
Expand All @@ -38,7 +38,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
<configuration>
<includes>
<include>**/*IT.java</include>
Expand Down

0 comments on commit aca8554

Please sign in to comment.