Skip to content

Commit

Permalink
Update the maven-surefire-plugin plugin to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Oct 25, 2023
1 parent 3a61559 commit 4bdce73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Update the `assertj-core` dependency to `3.24.2`
- Update the `license-maven-plugin` plugin to `4.3`
- Update the `maven-compiler-plugin` plugin to `3.11.0`
- Update the `maven-surefire-plugin` plugin to `3.1.2`
- Update the `maven-surefire-plugin` plugin to `3.2.1`
- Update the `jacoco-maven-plugin` plugin to `0.8.11`
- Update the `maven-source-plugin` plugin to `3.3.0`
- Update the `maven-javadoc-plugin` plugin to `3.6.0`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit 4bdce73

Please sign in to comment.