Bump JUnit to version 5.12.2
This commit is contained in:
parent
ac1209abec
commit
312e396052
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ public class HttpStatusBuild extends Project {
|
|||
.include(dependency("jakarta.el", "jakarta.el-api", version(6, 0, 1)));
|
||||
scope(test)
|
||||
.include(dependency("org.assertj", "assertj-core", version(3, 27, 3)))
|
||||
.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.junit.jupiter", "junit-jupiter", version(5, 12, 2)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 2)));
|
||||
|
||||
jarOperation().manifestAttribute(Attributes.Name.MAIN_CLASS, pkg + '.' + "Reasons");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue