We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82373d8 commit 4d531ebCopy full SHA for 4d531eb
1 file changed
build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
compileOnly("org.apache.kafka", "connect-api", kafkaVersion)
36
testRuntimeOnly("com.oracle.ojdbc", "ojdbc8", "19.3.0.0")
37
testImplementation("org.apache.kafka", "connect-api", kafkaVersion)
38
- testImplementation(platform("org.testcontainers:testcontainers-bom:1.17.6"))
+ testImplementation(platform("org.testcontainers:testcontainers-bom:1.21.4"))
39
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
40
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitVersion")
41
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
0 commit comments