Skip to content

Commit

Permalink
Update the assertj-core dependency to 3.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Jan 13, 2025
1 parent ec7bb27 commit 7273eb3
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 @@ -6,7 +6,7 @@
- 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.4`
- Update the `assertj-core` dependency to `3.27.1`
- Update the `assertj-core` dependency to `3.27.2`
- 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.2`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.27.1</version>
<version>3.27.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7273eb3

Please sign in to comment.