Skip to content

Commit

Permalink
all kotest to same version
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyP233 committed Nov 9, 2024
1 parent 58965ec commit 5657422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/Manager/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ dependencies {
implementation("org.locationtech.jts:jts-core:1.20.0")

testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.kotest:kotest-runner-junit5:5.8.0")
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
testImplementation("io.kotest:kotest-framework-engine:5.8.1")
testImplementation("io.kotest:kotest-framework-engine:5.9.1")
testImplementation("org.springframework.kafka:spring-kafka-test")
testImplementation("org.awaitility:awaitility-kotlin:4.2.2")
testImplementation("io.mockk:mockk:1.13.10")
Expand Down

0 comments on commit 5657422

Please sign in to comment.