Bumped dependencies
AssertJ to version 3.26.0 PMD extension to version 1.1.0
This commit is contained in:
parent
2b1ecfe4ee
commit
fe4770148d
5 changed files with 5 additions and 5 deletions
|
@ -49,7 +49,7 @@ public class JacocoReportOperationBuild extends Project {
|
|||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 2)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 2)))
|
||||
.include(dependency("org.assertj", "assertj-core", version(3, 25, 3)));
|
||||
.include(dependency("org.assertj", "assertj-core", version(3, 26, 0)));
|
||||
|
||||
javadocOperation()
|
||||
.javadocOptions()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue