Skip to content

Commit

Permalink
build(deps): bump io.mockk:mockk from 1.13.9 to 1.13.10
Browse files Browse the repository at this point in the history
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.9 to 1.13.10.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.9...1.13.10)

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent 1472ef1 commit 6be9264
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion exception/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

testImplementation 'junit:junit:4.13.2'
testImplementation "io.mockk:mockk:1.13.9"
testImplementation "io.mockk:mockk:1.13.10"
testImplementation 'org.robolectric:robolectric:4.11.1'
}
2 changes: 1 addition & 1 deletion markdown/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ dependencies {
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation "io.mockk:mockk:1.13.9"
testImplementation "io.mockk:mockk:1.13.10"
testImplementation 'org.robolectric:robolectric:4.11.1'
}
2 changes: 1 addition & 1 deletion ocs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.9.0'

testImplementation 'androidx.test:core:1.5.0'
testImplementation "io.mockk:mockk:1.13.9"
testImplementation "io.mockk:mockk:1.13.10"
testImplementation 'junit:junit:4.13.2'
}
2 changes: 1 addition & 1 deletion sso-glide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
kapt 'com.github.bumptech.glide:compiler:4.16.0'

testImplementation 'androidx.test:core:1.5.0'
testImplementation "io.mockk:mockk:1.13.9"
testImplementation "io.mockk:mockk:1.13.10"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.11.1'
}
2 changes: 1 addition & 1 deletion sso-url-helper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ dependencies {
api "com.github.nextcloud:Android-SingleSignOn:$sso_version"

testImplementation 'androidx.test:core:1.5.0'
testImplementation "io.mockk:mockk:1.13.9"
testImplementation "io.mockk:mockk:1.13.10"
testImplementation 'junit:junit:4.13.2'
}

0 comments on commit 6be9264

Please sign in to comment.