Updated dependencies

This commit is contained in:
Erik C. Thauvin 2022-10-01 10:16:47 -07:00
parent 86cc8b1519
commit bd315b4f0a
27 changed files with 84 additions and 68 deletions

View file

@ -2,7 +2,7 @@ plugins {
id 'java'
id 'application'
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
id 'com.github.ben-manes.versions' version '0.40.0'
id 'com.github.ben-manes.versions' version '0.42.0'
}
// ./gradlew
@ -17,7 +17,7 @@ defaultTasks 'run'
mainClassName = 'App'
dependencies {
testImplementation platform('org.junit:junit-bom:5.8.0-RC1')
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'
}