Browse Source

Merge pull request #5780 from nextcloud/dependabot/gradle/org.powermock-powermock-core-2.0.7

Bump powermock-core from 2.0.6 to 2.0.7
Andy Scherzinger 5 years ago
parent
commit
2a73db1ea3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -355,7 +355,7 @@ dependencies {
     testImplementation 'junit:junit:4.13'
     testImplementation 'org.mockito:mockito-core:3.3.3'
     testImplementation 'androidx.test:core:1.2.0'
-    testImplementation 'org.powermock:powermock-core:2.0.6'
+    testImplementation 'org.powermock:powermock-core:2.0.7'
     testImplementation 'org.powermock:powermock-module-junit4:2.0.6'
     testImplementation 'org.powermock:powermock-api-mockito2:2.0.6'
     testImplementation 'org.json:json:20190722'