Skip to content

Commit 3a36a97

Browse files
Update Gradle dependencies (#24)
* Update Gradle dependencies * Use mockk-jvm Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrei Nevedomskii <kloz.klaud@gmail.com>
1 parent 839d57d commit 3a36a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ intellij {
2323
dependencies {
2424
implementation(kotlin("stdlib-jdk8"))
2525

26-
testImplementation(platform("org.junit:junit-bom:5.9.0"))
26+
testImplementation(platform("org.junit:junit-bom:5.9.1"))
2727
testImplementation("org.junit.jupiter:junit-jupiter")
2828
testImplementation("org.junit.platform:junit-platform-launcher")
2929
testImplementation("io.strikt:strikt-jvm:0.34.1")
30-
testImplementation("io.mockk:mockk:1.12.8")
30+
testImplementation("io.mockk:mockk-jvm:1.13.1")
3131
testImplementation("org.apache.commons:commons-lang3:3.12.0")
3232
}
3333

0 commit comments

Comments
 (0)