Skip to content

Commit

Permalink
Merge pull request #4270 from nextcloud/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.junit.vintage:junit-vintage-engine to v5.11.1
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
2 parents 2592f72 + 45d7969 commit a463e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a463e95

Please sign in to comment.