Skip to content

Commit

Permalink
[Order-service] Upgrade. Kotest dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikrasheed99 committed Jul 9, 2024
1 parent fbe66da commit 717a158
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions order-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ val eurekaClientVersion = "4.0.3"
val cloudEventsJsonVersion = "2.5.0"
val detektVersion = "1.23.1"
val mockkVersion = "1.13.11"
val kotestJunit5Version = "5.6.2"
val kotestSpringVersion = "1.1.3"
val kotestJsonVersion = "4.6.3"
val kotestJunit5Version = "5.9.1"
val kotestSpringVersion = "1.3.0"
val kotestJsonVersion = "5.9.1"
val resilience4jVersion = "2.2.0"
val testcontainersMockserverVersion = "1.19.8"

Expand Down

0 comments on commit 717a158

Please sign in to comment.