Skip to content

Commit

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

---
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 Sep 22, 2023
1 parent aa96872 commit ca7eec6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exception/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

testImplementation 'junit:junit:4.13.2'
testImplementation "io.mockk:mockk:1.13.7"
testImplementation "io.mockk:mockk:1.13.8"
testImplementation 'org.robolectric:robolectric:4.10.3'
}
2 changes: 1 addition & 1 deletion markdown/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,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.7"
testImplementation "io.mockk:mockk:1.13.8"
testImplementation 'org.robolectric:robolectric:4.10.3'
}
2 changes: 1 addition & 1 deletion sso-glide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
kapt 'com.github.bumptech.glide:compiler:4.16.0'

testImplementation 'androidx.test:core:1.5.0'
testImplementation "io.mockk:mockk:1.13.7"
testImplementation "io.mockk:mockk:1.13.8"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.10.3'
}

0 comments on commit ca7eec6

Please sign in to comment.