Skip to content

Commit

Permalink
Pin kafka-native til 3.8.1 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsjorgen authored Dec 16, 2024
1 parent 058bc17 commit 8ebe677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/no/nav/helse/flex/FellesTestOppsett.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abstract class FellesTestOppsett {
System.setProperty("spring.datasource.password", it.password)
}

KafkaContainer(DockerImageName.parse("apache/kafka-native")).also {
KafkaContainer(DockerImageName.parse("apache/kafka-native:3.8.1")).also {
it.start()
System.setProperty("KAFKA_BROKERS", it.bootstrapServers)
}
Expand Down

0 comments on commit 8ebe677

Please sign in to comment.