Bump JUnit to version 5.12.2
This commit is contained in:
parent
18582f89c3
commit
5bb608d889
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ defaultTasks 'run'
|
||||||
mainClassName = 'App'
|
mainClassName = 'App'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testImplementation platform('org.junit:junit-bom:5.10.2')
|
testImplementation platform('org.junit:junit-bom:5.12.2')
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue