diff --git a/build.gradle b/build.gradle index 510fb0c..de5a060 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.11.3' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' testImplementation 'org.mockito.kotlin:mockito-kotlin:4.1.0' }