Updated dependencies.
This commit is contained in:
parent
74d2cfec11
commit
100efc71fe
5 changed files with 16 additions and 12 deletions
|
@ -2,6 +2,7 @@ plugins {
|
|||
id 'java'
|
||||
id 'application'
|
||||
id 'net.thauvin.erik.gradle.semver' version '0.9.9-beta'
|
||||
id 'com.github.ben-manes.versions' version '0.21.0'
|
||||
}
|
||||
|
||||
// ./gradlew
|
||||
|
@ -15,8 +16,8 @@ mainClassName = 'App'
|
|||
defaultTasks 'run'
|
||||
|
||||
dependencies {
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.0-M1'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.5.0-M1'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue