Skip to content

Commit

Permalink
Update plugins
Browse files Browse the repository at this point in the history
- Update the maven-pmd-plugin plugin to 3.24.0
- Update the maven-surefire-plugin plugin to 3.3.1
  • Loading branch information
AlexisJehan committed Jul 15, 2024
1 parent 0dae4bd commit 6d10b87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
### Notes
- Add the `maven-pmd-plugin` plugin with `pmd-core` and `pmd-java` dependencies
- Update the `junit-jupiter` dependency to `5.10.3`
- Update the `assertj-core` dependency to `3.26.0`
- Update the `assertj-core` dependency to `3.26.3`
- Update the `license-maven-plugin` plugin to `4.5`
- Update the `maven-compiler-plugin` plugin to `3.13.0`
- Update the `maven-surefire-plugin` plugin to `3.3.0`
- Update the `maven-surefire-plugin` plugin to `3.3.1`
- Update the `jacoco-maven-plugin` plugin to `0.8.12`
- Update the `maven-source-plugin` plugin to `3.3.1`
- Update the `maven-javadoc-plugin` plugin to `3.7.0`
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.23.0</version>
<version>3.24.0</version>
<executions>
<execution>
<id>pmd-check</id>
Expand Down Expand Up @@ -170,7 +170,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit 6d10b87

Please sign in to comment.