Skip to content

Commit

Permalink
Bumped AssertJ to version 3.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Jan 14, 2025
1 parent dec0602 commit 65de4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bld/java/rife/bld/extension/ExecOperationBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public ExecOperationBuild() {
scope(test)
.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()
Expand Down

0 comments on commit 65de4c3

Please sign in to comment.