Skip to content

Commit

Permalink
Update the junit-jupiter dependency to 5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Dec 18, 2024
1 parent ab6ad31 commit a16c2d8
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 @@ -5,7 +5,7 @@
### Notes
- Add the `maven-pmd-plugin` plugin with `pmd-core` and `pmd-java` dependencies
- Update the `javanilla` dependency to `1.8.0`
- Update the `junit-jupiter` dependency to `5.11.3`
- Update the `junit-jupiter` dependency to `5.11.4`
- Update the `assertj-core` dependency to `3.26.3`
- Update the `license-maven-plugin` plugin to `4.6`
- Update the `maven-compiler-plugin` plugin to `3.13.0`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.3</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a16c2d8

Please sign in to comment.