Browse Source

Merge pull request #11223 from nextcloud/dependabot/gradle/androidx.test.ext-junit-1.1.5

Build(deps): Bump junit from 1.1.4 to 1.1.5
Álvaro Brey 2 years ago
parent
commit
103f2a867c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -327,7 +327,7 @@ dependencies {
 
 
     // dependencies for instrumented tests
     // dependencies for instrumented tests
     // JUnit4 Rules
     // JUnit4 Rules
-    androidTestImplementation 'androidx.test.ext:junit:1.1.4'
+    androidTestImplementation 'androidx.test.ext:junit:1.1.5'
     androidTestImplementation "androidx.test:rules:$androidxTestVersion"
     androidTestImplementation "androidx.test:rules:$androidxTestVersion"
     // Android JUnit Runner
     // Android JUnit Runner
     androidTestImplementation "androidx.test:runner:$androidxTestVersion"
     androidTestImplementation "androidx.test:runner:$androidxTestVersion"