Bumped AssertJ to 3.27.1
This commit is contained in:
parent
b357caf341
commit
dc2656200b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class CheckstyleOperationBuild extends Project {
|
|||
.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, 0)));
|
||||
.include(dependency("org.assertj", "assertj-core", version(3, 27, 1)));
|
||||
|
||||
javadocOperation()
|
||||
.javadocOptions()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue