Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
103f2a867c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

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