Skip to content

Commit bb91c13

Browse files
--- (#1355)
updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 545a132 commit bb91c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
testImplementation 'junit:junit:4.13.2'
7070
testImplementation 'org.robolectric:robolectric:4.12.2'
7171
testImplementation 'net.sf.kxml:kxml2:2.3.0'
72-
testImplementation "io.mockk:mockk:1.13.6"
72+
testImplementation "io.mockk:mockk:1.13.11"
7373
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
7474
}
7575

0 commit comments

Comments
 (0)