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

Update dependency org.junit.vintage:junit-vintage-engine to v5.11.0
This commit is contained in:
github-actions[bot] 2024-09-06 09:30:40 +00:00 committed by GitHub
commit 619d0f33f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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