Skip to content

Commit edf175b

Browse files
--- (#285)
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 25b0dd7 commit edf175b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation("software.amazon.awssdk:s3")
2929
testImplementation("software.amazon.awssdk:sts")
3030

31-
testImplementation("io.mockk:mockk:1.13.10")
31+
testImplementation("io.mockk:mockk:1.13.11")
3232
}
3333

3434
tasks.register<Jar>("sourcesJar") {

0 commit comments

Comments
 (0)