瀏覽代碼

Merge pull request #2938 from nextcloud/dependabot/gradle/org.mockito-mockito-core-5.3.0

Build(deps): Bump org.mockito:mockito-core from 5.2.0 to 5.3.0
Andy Scherzinger 2 年之前
父節點
當前提交
64cc5509ba
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -288,7 +288,7 @@ dependencies {
     implementation 'androidx.core:core-ktx:1.10.0'
 
     testImplementation 'junit:junit:4.13.2'
-    testImplementation 'org.mockito:mockito-core:5.2.0'
+    testImplementation 'org.mockito:mockito-core:5.3.0'
     testImplementation 'androidx.arch.core:core-testing:2.2.0'
 
     androidTestImplementation "androidx.test:core:1.5.0"