We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1c160 commit 7c3fc80Copy full SHA for 7c3fc80
1 file changed
build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
testImplementation("io.ktor:ktor-client-mock:3.1.2")
31
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
32
testImplementation("org.slf4j:slf4j-simple:2.0.16") // Eliminates SLF4J warnings in tests
33
- testImplementation("org.testcontainers:postgresql:1.20.4")
+ testImplementation("org.testcontainers:postgresql:1.19.8")
34
}
35
36
tasks {
0 commit comments