Skip to content

Commit 1800664

Browse files
build(deps): bump io.mockk:mockk from 1.13.12 to 1.14.6
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.12 to 1.14.6. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.12...1.14.6) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fff273 commit 1800664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/codeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ dependencies {
159159
testImplementation(Libs.hilt_android_test)
160160
kaptTest(Libs.hilt_android_compiler)
161161

162-
androidTestImplementation("io.mockk:mockk:1.13.16")
162+
androidTestImplementation("io.mockk:mockk:1.14.6")
163163

164164
//Jetpack compose
165165
implementation(platform(Libs.compose_bom))

apps/flipchatApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ dependencies {
168168
testImplementation(Libs.hilt_android_test)
169169
kaptTest(Libs.hilt_android_compiler)
170170

171-
androidTestImplementation("io.mockk:mockk:1.13.12")
171+
androidTestImplementation("io.mockk:mockk:1.14.6")
172172

173173
//Jetpack compose
174174
implementation(platform(Libs.compose_bom))

0 commit comments

Comments
 (0)