Merge pull request #4315 from nextcloud/renovate/junit5-monorepo

Update dependency org.junit.vintage:junit-vintage-engine to v5.11.2
This commit is contained in:
github-actions[bot] 2024-10-04 15:29:54 +02:00 committed by GitHub
commit 493b6380ff
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) {