소스 검색

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

Update dependency org.junit.vintage:junit-vintage-engine to v5.11.0
github-actions[bot] 9 달 전
부모
커밋
619d0f33f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -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) {