Skip to content

Commit

Permalink
Merge pull request #93 from svekar/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
svekar authored Jul 9, 2023
2 parents be7d095 + 0274bf1 commit dcfc9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
</plugin>
</plugins>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
</plugin>
<plugin>
<artifactId>maven-dependecy-plugin</artifactId>
Expand Down

0 comments on commit dcfc9ba

Please sign in to comment.