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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-06-08 17:57:26 +00:00 committed by GitHub
parent a5fe9ec133
commit 393c70f6e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -347,7 +347,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.13.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.13.1'
}
tasks.register('installGitHooks', Copy) {