fix(deps): update dependency org.junit.vintage:junit-vintage-engine to v5.12.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-15 17:17:43 +00:00 committed by GitHub
parent d6d7a11573
commit 7e9993443f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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