Selaa lähdekoodia

Bump mockkVersion from 1.13.2 to 1.13.3

Bumps `mockkVersion` from 1.13.2 to 1.13.3.

Updates `mockk` from 1.13.2 to 1.13.3
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/compare/1.13.2...1.13.3)

Updates `mockk-android` from 1.13.2 to 1.13.3
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/compare/1.13.2...1.13.3)

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.mockk:mockk-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 vuotta sitten
vanhempi
commit
320c893428
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"