浏览代码

Merge pull request #3578 from nextcloud/dependabot/gradle/org.mockito-mockito-core-5.9.0

Build(deps): Bump org.mockito:mockito-core from 5.8.0 to 5.9.0
Andy Scherzinger 1 年之前
父节点
当前提交
43da484d14
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -289,8 +289,8 @@ dependencies {
     implementation 'androidx.core:core-ktx:1.12.0'
 
     testImplementation 'junit:junit:4.13.2'
-    testImplementation 'org.mockito:mockito-core:5.8.0'
-    androidTestImplementation 'org.mockito:mockito-android:5.8.0'
+    testImplementation 'org.mockito:mockito-core:5.9.0'
+    androidTestImplementation 'org.mockito:mockito-android:5.9.0'
     testImplementation 'androidx.arch.core:core-testing:2.2.0'
 
     androidTestImplementation "androidx.test:core:1.5.0"