Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v5 (#3937)
Browse files Browse the repository at this point in the history
* chore: fix some comments (#4179)

Signed-off-by: riskrose <riskrock@qq.com>

* fix(deps): update dependency org.mockito:mockito-core to v5

---------

Signed-off-by: riskrose <riskrock@qq.com>
Co-authored-by: riskrose <riskrock@qq.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and e5l committed Aug 13, 2024
1 parent bf1dc9d commit 22c7a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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.12.0")
}
}
}
Expand Down

0 comments on commit 22c7a98

Please sign in to comment.