Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2019-07-25 01:46:05 -07:00
parent ebc5b66fac
commit 17b5ceaaf6
10 changed files with 56 additions and 36 deletions

View file

@ -16,8 +16,8 @@ mainClassName = 'App'
defaultTasks 'run'
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.0-M1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.5.0-M1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.5.1'
}
repositories {