Skip to content

Commit

Permalink
Bumped AssertJ to version 3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Dec 29, 2024
1 parent c03dc8a commit d49fc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bld/java/rife/bld/extension/PitestOperationBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public PitestOperationBuild() {
.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, 26, 3)));
.include(dependency("org.assertj", "assertj-core", version(3, 27, 0)));

javadocOperation()
.javadocOptions()
Expand Down

0 comments on commit d49fc24

Please sign in to comment.