You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kotlin-kafka-streams-examples/src/test/kotlin/com/perkss/kafka/reactive/integration/StreamIntegrationTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,8 @@ internal class StreamIntegrationTest @Autowired constructor(
57
57
@BeforeAll
58
58
@JvmStatic
59
59
internalfunbeforeAll() {
60
-
val kafkaImageName =DockerImageName.parse("confluentinc/cp-kafka:7.5.3")
61
-
val schemaRegistryImageName =DockerImageName.parse("confluentinc/cp-schema-registry:7.5.3")
60
+
val kafkaImageName =DockerImageName.parse("confluentinc/cp-kafka:7.7.1")
61
+
val schemaRegistryImageName =DockerImageName.parse("confluentinc/cp-schema-registry:7.7.1")
0 commit comments