Skip to content

Commit bc98380

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/codeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ dependencies {
143143
testImplementation(Libs.hilt_android_test)
144144
kaptTest(Libs.hilt_android_compiler)
145145

146-
androidTestImplementation("io.mockk:mockk:1.13.16")
146+
androidTestImplementation("io.mockk:mockk:1.14.9")
147147

148148
//Jetpack compose
149149
implementation(platform(Libs.compose_bom))

apps/flipcash/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ dependencies {
225225
testImplementation(Libs.hilt_android_test)
226226
kspTest(Libs.hilt_android_compiler)
227227

228-
androidTestImplementation("io.mockk:mockk:1.14.6")
228+
androidTestImplementation("io.mockk:mockk:1.14.9")
229229

230230
//Jetpack compose
231231
implementation(platform(Libs.compose_bom))

apps/flipchatApp/build.gradle.kts

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

170-
androidTestImplementation("io.mockk:mockk:1.13.12")
170+
androidTestImplementation("io.mockk:mockk:1.14.9")
171171

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

0 commit comments

Comments
 (0)