Skip to content

Commit

Permalink
Update dependency io.mockk:mockk to v1.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent afbf924 commit 9388a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kweet/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation("org.freemarker:freemarker:2.3.32")
implementation("org.ehcache:ehcache:3.9.7")
implementation("io.ktor:ktor-server-netty-jvm")
testImplementation("io.mockk:mockk:1.13.4")
testImplementation("io.mockk:mockk:1.13.13")
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("io.ktor:ktor-server-test-host-jvm")
}
2 changes: 1 addition & 1 deletion youkube/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation("org.ehcache:ehcache:3.9.7")
implementation("com.google.code.gson:gson:2.9.1")
implementation("io.ktor:ktor-server-netty-jvm")
testImplementation("io.mockk:mockk:1.13.4")
testImplementation("io.mockk:mockk:1.13.13")
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("io.ktor:ktor-server-test-host-jvm")
}

0 comments on commit 9388a90

Please sign in to comment.