Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from suitetecsa/renovate/org.mockito-mockito-c…
Browse files Browse the repository at this point in the history
…ore-5.x

Update dependency org.mockito:mockito-core to v5
  • Loading branch information
lesclaz authored Mar 16, 2024
2 parents b0dfff2 + 239665e commit bc4f5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {

dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.mockito:mockito-core:3.12.4")
testImplementation("org.mockito:mockito-core:5.11.0")
testImplementation("junit:junit:4.13.2")
implementation("org.jsoup:jsoup:1.17.2")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
Expand Down

0 comments on commit bc4f5b0

Please sign in to comment.