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

fix(deps): update dependency org.junit.vintage:junit-vintage-engine to v5.11.3
This commit is contained in:
github-actions[bot] 2024-10-21 17:59:56 +02:00 committed by GitHub
commit 90bac38a47
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.11.2'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.3'
}
tasks.register('installGitHooks', Copy) {