Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
- Update the junit-jupiter dependency to 5.10.2
- Update the assertj-core dependency to 3.25.3
  • Loading branch information
AlexisJehan committed Feb 8, 2024
1 parent 2a58a06 commit 6905ac9
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,8 +5,8 @@
### 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.10.1`
- Update the `assertj-core` dependency to `3.25.2`
- Update the `junit-jupiter` dependency to `5.10.2`
- Update the `assertj-core` dependency to `3.25.3`
- Update the `license-maven-plugin` plugin to `4.3`
- Update the `maven-compiler-plugin` plugin to `3.12.1`
- Update the `maven-surefire-plugin` plugin to `3.2.5`
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.2</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6905ac9

Please sign in to comment.