Update dependency org.junit.vintage:junit-vintage-engine to v5.11.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-04 13:24:28 +00:00 committed by GitHub
parent 778230d039
commit f5e7f9fd89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {