Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.jetbrains.kotlin.jvm-1…
Browse files Browse the repository at this point in the history
….9.24
  • Loading branch information
kodiakhq[bot] authored May 13, 2024
2 parents 86fcfca + 0003582 commit 7c77219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
val junit5Version = "5.10.2"
testImplementation("org.junit.jupiter:junit-jupiter:$junit5Version")
testImplementation("org.junit.jupiter:junit-jupiter-params:$junit5Version")
testImplementation("io.kotest:kotest-assertions-core-jvm:5.8.1")
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.0")
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
testImplementation("org.mockito:mockito-inline:5.2.0")
}
Expand Down

0 comments on commit 7c77219

Please sign in to comment.