diff --git a/build.gradle b/build.gradle index 6391f67..3ad54af 100644 --- a/build.gradle +++ b/build.gradle @@ -71,9 +71,9 @@ dependencies { // testing libs testImplementation "org.jetbrains.kotlin:kotlin-test:$KOTLIN_VER" testImplementation 'junit:junit:4.13.2' - testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0' + testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' testImplementation 'org.mockito.kotlin:mockito-kotlin:4.1.0' }