Skip to content

Commit

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

---
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 Oct 9, 2024
1 parent 70797f7 commit 8bfb8f5
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:$version_kotlin"

testImplementation 'junit:junit:4.13.2'
testImplementation "io.mockk:mockk:1.13.12"
testImplementation "io.mockk:mockk:1.13.13"
testImplementation 'org.robolectric:robolectric:4.13'
}
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.6.1'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation "io.mockk:mockk:1.13.12"
testImplementation "io.mockk:mockk:1.13.13"
testImplementation 'org.robolectric:robolectric:4.13'
}
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.11.0'

testImplementation 'androidx.test:core:1.6.1'
testImplementation "io.mockk:mockk:1.13.12"
testImplementation "io.mockk:mockk:1.13.13"
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.6.1'
testImplementation "io.mockk:mockk:1.13.12"
testImplementation "io.mockk:mockk:1.13.13"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.13'
}
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 {
implementation "com.github.nextcloud:Android-SingleSignOn:$version_sso"

testImplementation 'androidx.test:core:1.6.1'
testImplementation "io.mockk:mockk:1.13.12"
testImplementation "io.mockk:mockk:1.13.13"
testImplementation 'junit:junit:4.13.2'
}

0 comments on commit 8bfb8f5

Please sign in to comment.