Skip to content

Commit 96234c9

Browse files
build(deps): bump io.mockk:mockk from 1.14.6 to 1.14.11 (#867)
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.6 to 1.14.11. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.14.6...v1.14.11) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb39b44 commit 96234c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/flipcash/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ dependencies {
244244
testImplementation(libs.hilt.android.test)
245245
kspTest(libs.hilt.android.compiler)
246246

247-
androidTestImplementation("io.mockk:mockk:1.14.6")
247+
androidTestImplementation("io.mockk:mockk:1.14.11")
248248

249249
//Jetpack compose
250250
implementation(platform(libs.compose.bom))

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ junit = "4.13.2"
7373
androidx-junit = "1.3.0"
7474
espresso = "3.7.0"
7575
mockito-kotlin = "6.3.0"
76-
mockk = "1.14.9"
76+
mockk = "1.14.11"
7777
turbine = "1.2.1"
7878
robolectric = "4.16.1"
7979
slf4j-simple = "2.0.18"

0 commit comments

Comments
 (0)