Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent a566bc4 commit db7730c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref
kotest-extensions-robolectric = { module = "io.kotest.extensions:kotest-extensions-robolectric", version = "0.5.0" }

junit = { module = "junit:junit", version = "4.13.2" }
mockito = { module = "org.mockito:mockito-core", version = "2.28.2" }
mockito = { module = "org.mockito:mockito-core", version = "5.4.0" }
robolectric = { module = "org.robolectric:robolectric", version = "4.10.3" }
androidx-test-core = { module = "androidx.test:core", version.ref = "testCore" }
androidx-test-core-ktx = { module = "androidx.test:core-ktx", version.ref = "testCore" }
Expand Down
2 changes: 1 addition & 1 deletion magellanx-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
testImplementation(libs.kotest.assertions.core)
testImplementation(libs.androidx.test.core)
testImplementation(libs.androidx.test.core.ktx)
testImplementation("org.mockito:mockito-core:4.11.0")
testImplementation("org.mockito:mockito-core:5.4.0")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
Expand Down

0 comments on commit db7730c

Please sign in to comment.