Skip to content

Commit 4cfa923

Browse files
Bump mockk from 1.12.2 to 1.12.3
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.12.2...1.12.3) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23a1b48 commit 4cfa923

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ dependencies {
149149
androidTestImplementation("androidx.test.ext:junit:1.1.3")
150150
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
151151

152-
val mockkVersion = "1.12.2"
152+
val mockkVersion = "1.12.3"
153153
implementation("io.mockk:mockk:$mockkVersion")
154154
testImplementation("androidx.test.ext:junit-ktx:1.1.3")
155155

testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
3939

4040
// Test
41-
val mockkVersion = "1.12.2"
41+
val mockkVersion = "1.12.3"
4242
implementation("io.mockk:mockk:$mockkVersion")
4343
implementation("androidx.test.ext:junit-ktx:1.1.3")
4444

ui/viewModel/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
4747

4848
// Test
49-
val mockkVersion = "1.12.2"
49+
val mockkVersion = "1.12.3"
5050
implementation("io.mockk:mockk:$mockkVersion")
5151
testImplementation("androidx.test.ext:junit-ktx:1.1.3")
5252

0 commit comments

Comments
 (0)