|
@@ -360,7 +360,7 @@ dependencies {
|
|
|
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
|
|
|
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
|
|
|
|
|
|
- testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.1'
|
|
|
+ testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.2'
|
|
|
}
|
|
|
|
|
|
tasks.register('installGitHooks', Copy) {
|