Skip to content

Commit

Permalink
build(deps): bump org.mockito.kotlin:mockito-kotlin from 4.1.0 to 5.2.1
Browse files Browse the repository at this point in the history
Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 4.1.0 to 5.2.1.
- [Release notes](https://github.com/mockito/mockito-kotlin/releases)
- [Commits](mockito/mockito-kotlin@4.1.0...5.2.1)

---
updated-dependencies:
- dependency-name: org.mockito.kotlin:mockito-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 24, 2023
1 parent f456ed3 commit de7c79c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ dependencies {

implementation libs.objectbox.kotlin

testImplementation "org.mockito.kotlin:mockito-kotlin:4.1.0"
testImplementation "org.mockito.kotlin:mockito-kotlin:5.2.1"

}

Expand Down
2 changes: 1 addition & 1 deletion modules/data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {

implementation platform('com.google.firebase:firebase-bom:31.2.0')
implementation 'com.google.firebase:firebase-messaging'
testImplementation "org.mockito.kotlin:mockito-kotlin:4.1.0"
testImplementation "org.mockito.kotlin:mockito-kotlin:5.2.1"

androidTestImplementation "androidx.room:room-testing:$room_version"

Expand Down
2 changes: 1 addition & 1 deletion modules/model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter.engine
testImplementation "org.mockito.kotlin:mockito-kotlin:4.1.0"
testImplementation "org.mockito.kotlin:mockito-kotlin:5.2.1"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"

Expand Down

0 comments on commit de7c79c

Please sign in to comment.