diff --git a/shopping/build.gradle.kts b/shopping/build.gradle.kts index a212b6f..107f942 100644 --- a/shopping/build.gradle.kts +++ b/shopping/build.gradle.kts @@ -42,9 +42,9 @@ dependencies { testImplementation("org.testcontainers:testcontainers:1.21.4") testImplementation("org.testcontainers:junit-jupiter:1.21.4") testImplementation("org.testcontainers:postgresql:1.21.4") - testImplementation("io.kotest:kotest-assertions-core-jvm:6.2.3") - testImplementation("io.kotest:kotest-assertions-json:6.2.3") - testImplementation("io.kotest:kotest-runner-junit5:6.2.3") + testImplementation("io.kotest:kotest-assertions-core-jvm:6.2.4") + testImplementation("io.kotest:kotest-assertions-json:6.2.4") + testImplementation("io.kotest:kotest-runner-junit5:6.2.4") testImplementation("io.rest-assured:rest-assured:6.0.1") testImplementation("io.rest-assured:json-path:6.0.1") testImplementation("io.rest-assured:xml-path:6.0.1") diff --git a/warehouse/build.gradle.kts b/warehouse/build.gradle.kts index a12b349..3badf00 100644 --- a/warehouse/build.gradle.kts +++ b/warehouse/build.gradle.kts @@ -42,9 +42,9 @@ dependencies { testImplementation("org.testcontainers:testcontainers:1.21.4") testImplementation("org.testcontainers:junit-jupiter:1.21.4") testImplementation("org.testcontainers:postgresql:1.21.4") - testImplementation("io.kotest:kotest-assertions-core-jvm:6.2.3") - testImplementation("io.kotest:kotest-assertions-json:6.2.3") - testImplementation("io.kotest:kotest-runner-junit5:6.2.3") + testImplementation("io.kotest:kotest-assertions-core-jvm:6.2.4") + testImplementation("io.kotest:kotest-assertions-json:6.2.4") + testImplementation("io.kotest:kotest-runner-junit5:6.2.4") testImplementation("io.rest-assured:rest-assured:6.0.1") testImplementation("io.rest-assured:json-path:6.0.1") testImplementation("io.rest-assured:xml-path:6.0.1")