Skip to content

Commit 6c40554

Browse files
Gradle: Bump mockk from 1.12.3 to 1.12.4
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.3 to 1.12.4. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.12.3...1.12.4) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8023857 commit 6c40554

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
@@ -201,7 +201,7 @@ subprojects {
201201
testImplementation(kotlin("test"))
202202
testImplementation(platform("org.junit:junit-bom:5.8.2"))
203203
testImplementation("org.junit.jupiter:junit-jupiter")
204-
testImplementation("io.mockk:mockk:1.12.3")
204+
testImplementation("io.mockk:mockk:1.12.4")
205205
testImplementation("org.awaitility:awaitility-kotlin:4.2.0")
206206

207207
integrationTestImplementation("org.springframework.boot:spring-boot-starter-test") {

0 commit comments

Comments
 (0)