diff --git a/build.gradle.kts b/build.gradle.kts index 9f30ff3..e63ca27 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,9 +71,9 @@ allprojects { annotationProcessor("org.projectlombok", "lombok", "1.18.38") // Unit Testing - testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.13.4") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api - testImplementation("org.junit.jupiter", "junit-jupiter", "5.13.4") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4") + testImplementation("org.junit.jupiter", "junit-jupiter-api", "6.0.1") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api + testImplementation("org.junit.jupiter", "junit-jupiter", "6.0.1") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") // Mockito