Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 48624b9 commit ecf41a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daemon/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dependencies {
testImplementation("com.squareup.okhttp3:mockwebserver:4.11.0")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.strikt:strikt-core:0.34.1")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.0.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")

}

Expand Down
2 changes: 1 addition & 1 deletion spring-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-webflux")
testImplementation("com.squareup.okhttp3:mockwebserver:4.11.0")
testImplementation("io.strikt:strikt-core:0.34.1")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.0.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
}

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit ecf41a1

Please sign in to comment.