diff --git a/build.gradle.kts b/build.gradle.kts index 913c574..eb450e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,9 +63,9 @@ allprojects { annotationProcessor("org.projectlombok:lombok:1.18.46") // Unit Testing - testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.0") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api - testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.0") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.1") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api + testImplementation("org.junit.jupiter:junit-jupiter:6.1.1") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") // Mockito