Bump JUnit to version 5.12.1
This commit is contained in:
parent
5a99244158
commit
1a2ea9edb0
2 changed files with 4 additions and 4 deletions
|
@ -33,8 +33,8 @@ public class DemoApplicationBuild extends WebProject {
|
|||
.include(dependency("org.springframework.boot", "spring-boot-starter-web", boot));
|
||||
scope(test)
|
||||
.include(dependency("org.springframework.boot", "spring-boot-starter-test", boot))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 0)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 0)));
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 1)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 1)));
|
||||
scope(standalone)
|
||||
.include(dependency("org.springframework.boot", "spring-boot-loader", boot));
|
||||
}
|
||||
|
|
|
@ -45,8 +45,8 @@ public class SpringBootBuild extends Project {
|
|||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(2, 2, 1)));
|
||||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 0)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 0)))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 1)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 1)))
|
||||
.include(dependency("org.assertj", "assertj-core", version(3, 27, 3)));
|
||||
|
||||
javadocOperation()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue