diff --git a/build.gradle b/build.gradle index 8cfc928..1b7ec18 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ configure(javaProjects()) { testImplementation 'com.openpojo:openpojo:0.9.1' testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" - testImplementation 'org.mockito:mockito-junit-jupiter:5.9.0' + testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'