Browse Source

Merge pull request #11114 from nextcloud/dependabot/gradle/mockkVersion-1.13.3

Bump mockkVersion from 1.13.2 to 1.13.3
Andy Scherzinger 2 years ago
parent
commit
d196a48931
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -9,7 +9,7 @@ buildscript {
         androidLibraryVersion = "master-SNAPSHOT"
         mockitoVersion = "4.9.0"
         mockitoKotlinVersion = "4.1.0"
-        mockkVersion = "1.13.2"
+        mockkVersion = "1.13.3"
         espressoVersion = "3.5.0"
         workRuntime = "2.7.1"
         fidoVersion = "4.1.0-patch1"