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 a00c1d3 commit ec11771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ public JacocoReportOperationBuild() {
.include(dependency("org.jacoco", "jacoco", jacocoVersion).exclude("*", "org.jacoco.doc"))
.include(dependency("com.uwyn.rife2", "bld", version(2, 1, 0)));
scope(test)
.include(dependency("org.assertj", "assertj-core", version(3, 26, 3)));
.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)));

javadocOperation()
.javadocOptions()
Expand Down

0 comments on commit ec11771

Please sign in to comment.