We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02ded85 + f7aed43 commit df810bbCopy full SHA for df810bb
build.gradle.kts
@@ -66,9 +66,9 @@ dependencies {
66
67
testImplementation("io.ktor:ktor-server-test-host")
68
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
69
- testImplementation("org.testcontainers:testcontainers:1.20.4")
70
- testImplementation("org.testcontainers:junit-jupiter:1.20.4")
71
- testImplementation("org.testcontainers:postgresql:1.20.4")
+ testImplementation("org.testcontainers:testcontainers:1.21.4")
+ testImplementation("org.testcontainers:junit-jupiter:1.21.4")
+ testImplementation("org.testcontainers:postgresql:1.21.4")
72
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
73
}
74
0 commit comments