Merge pull request #5081 from nextcloud/renovate/org.junit.vintage-junit-vintage-engine-5.x

fix(deps): update dependency org.junit.vintage:junit-vintage-engine to v5.13.2
This commit is contained in:
github-actions[bot] 2025-06-25 17:52:55 +00:00 committed by GitHub
commit 44f201800f
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.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.13.1' testImplementation 'org.junit.vintage:junit-vintage-engine:5.13.2'
} }
tasks.register('installGitHooks', Copy) { tasks.register('installGitHooks', Copy) {