Skip to content

Commit

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

Bump maven-surefire-plugin from 3.1.0 to 3.1.2
  • Loading branch information
petrdvorak authored Aug 5, 2023
2 parents b8abfc2 + 40d0a9f commit 44bb335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion audit-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion rest-client-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 44bb335

Please sign in to comment.