Merge pull request #5178 from nextcloud/renovate/junit-framework-monorepo

fix(deps): update dependency org.junit.vintage:junit-vintage-engine to v5.13.4
This commit is contained in:
Andy Scherzinger 2025-07-21 19:12:25 +02:00 committed by GitHub
commit f47740c12a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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