Bumped AssertJ to version 3.27.2
This commit is contained in:
parent
d49fc24bd7
commit
7028acf4d0
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class PitestOperationBuild extends Project {
|
|||
.include(dependency("org.pitest", "pitest-junit5-plugin", version(1, 2, 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, 2)));
|
||||
|
||||
javadocOperation()
|
||||
.javadocOptions()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue