Skip to content

Commit f943382

Browse files
committed
fix recipes transitive testcontainers-kafka problem
1 parent ac6cb2d commit f943382

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

recipes/gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "jun
184184
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
185185
kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotest" }
186186
kotest-framework-api = { module = "io.kotest:kotest-framework-api", version.ref = "kotest" }
187+
testcontainers-kafka = { module = "org.testcontainers:kafka", version = "1.20.2" }
187188

188189
# Stove
189190
stove-testing = { module = "com.trendyol:stove-testing-e2e", version.ref = "stove" }

recipes/java-recipes/spring-boot-recipe/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies {
2424
testImplementation(libs.stove.testing.http)
2525
testImplementation(libs.stove.testing.wiremock)
2626
testImplementation(libs.stove.testing.kafka)
27+
testImplementation(libs.testcontainers.kafka)
2728
testImplementation(libs.stove.spring.testing)
2829
testImplementation(libs.jackson.kotlin)
2930
}

0 commit comments

Comments
 (0)