Skip to content

Commit

Permalink
Update dependencies and plugins
Browse files Browse the repository at this point in the history
- Update the junit-jupiter dependency to 5.11.1
- Update the license-maven-plugin plugin to 4.6
  • Loading branch information
AlexisJehan committed Sep 25, 2024
1 parent 86c658e commit 669524f
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 @@ -4,9 +4,9 @@

### Notes
- Add the `maven-pmd-plugin` plugin with `pmd-core` and `pmd-java` dependencies
- Update the `junit-jupiter` dependency to `5.11.0`
- Update the `junit-jupiter` dependency to `5.11.1`
- Update the `assertj-core` dependency to `3.26.3`
- Update the `license-maven-plugin` plugin to `4.5`
- Update the `license-maven-plugin` plugin to `4.6`
- Update the `maven-compiler-plugin` plugin to `3.13.0`
- Update the `maven-surefire-plugin` plugin to `3.5.0`
- Update the `jacoco-maven-plugin` plugin to `0.8.12`
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.0</version>
<version>5.11.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -97,7 +97,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.5</version>
<version>4.6</version>
<executions>
<execution>
<id>license-check</id>
Expand Down

0 comments on commit 669524f

Please sign in to comment.