Skip to content

Commit

Permalink
Bumped AssertJ to version 3.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Jan 27, 2025
1 parent b26c0ff commit 1b986c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public CheckstyleOperationBuild() {
.include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 21, 1)))
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 11, 4)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 11, 4)))
.include(dependency("org.assertj", "assertj-core", version(3, 27, 2)));
.include(dependency("org.assertj", "assertj-core", version(3, 27, 3)));

javadocOperation()
.javadocOptions()
Expand Down

0 comments on commit 1b986c7

Please sign in to comment.