Skip to content

Commit

Permalink
Oppdatere kafka container til test
Browse files Browse the repository at this point in the history
  • Loading branch information
geiralund committed Oct 19, 2023
1 parent 4ecdd0d commit ea2b073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private val LOGGER = KotlinLogging.logger { }
internal class KafkaSubsumsjonBruktDataConsumerTest {
private object Kafka {
val instance by lazy {
KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka").withTag("6.1.9")).apply {
KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka").withTag("7.5.1")).apply {
this.waitingFor(HostPortWaitStrategy())
this.start()
}
Expand Down

0 comments on commit ea2b073

Please sign in to comment.