فهرست منبع

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'