Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit d101d98

Browse files
Bump io.mockk:mockk from 1.13.13 to 1.13.14 (#329)
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.13 to 1.13.14. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.13...1.13.14) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8285feb commit d101d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.13")
31+
testImplementation("io.mockk:mockk:1.13.14")
3232
}
3333

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

0 commit comments

Comments
 (0)