update: update junit

This commit is contained in:
ZtereoHYPE 2022-09-30 23:53:58 +02:00
parent a706d6f3d9
commit 7e09e55dc2

View file

@ -57,9 +57,9 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok:1.18.24'
// test
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
}
processResources {