Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 25, 2024
1 parent dd9b42e commit dacb0ae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ kotlin {
dependencies {
implementation(project(":ktor-client:ktor-client-cio"))
implementation(kotlin("test-junit5"))
implementation("org.mockito:mockito-core:3.12.4")
implementation("org.mockito:mockito-core:5.10.0")
}
}
}
Expand Down

0 comments on commit dacb0ae

Please sign in to comment.