Bumped bld to 1.8.0
This commit is contained in:
parent
31233d8965
commit
06cd50a069
10 changed files with 10 additions and 10 deletions
|
@ -46,7 +46,7 @@ public class SpringBootBuild extends Project {
|
|||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 1)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 1)))
|
||||
.include(dependency("org.assertj", "assertj-core", version(3, 25, 1)));
|
||||
.include(dependency("org.assertj", "assertj-core", version(3, 25, 2)));
|
||||
|
||||
javadocOperation()
|
||||
.javadocOptions()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue