소스 검색

Merge pull request #7077 from nextcloud/dependabot/gradle/junit-junit-4.13.1

Bump junit from 4.13 to 4.13.1
Andy Scherzinger 4 년 전
부모
커밋
91242cbb66
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -352,7 +352,7 @@ dependencies {
     kapt "io.noties:prism4j-bundler:$prismVersion"
 
     // dependencies for local unit tests
-    testImplementation 'junit:junit:4.13'
+    testImplementation 'junit:junit:4.13.1'
     testImplementation "org.mockito:mockito-core:$mockitoVersion"
     testImplementation 'androidx.test:core:1.3.0'
     testImplementation 'org.powermock:powermock-core:2.0.7'