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

Update dependency org.junit.vintage:junit-vintage-engine to v5.11.1
This commit is contained in:
github-actions[bot] 2024-09-25 10:30:28 +02:00 committed by GitHub
commit a463e95f0b
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.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.1'
}
tasks.register('installGitHooks', Copy) {