Skip to content

Commit

Permalink
Pin kafka-native til 3.8.1 (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsjorgen committed Dec 16, 2024
1 parent a677029 commit 723a521
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 @@ -164,7 +164,7 @@ abstract class FellesTestOppsett {
companion object {
init {

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 723a521

Please sign in to comment.