Skip to content

Commit

Permalink
Pin kafka-native til 3.8.1 (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsjorgen authored Dec 16, 2024
1 parent 144e918 commit 5685080
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 @@ -50,7 +50,7 @@ abstract class FellesTestOppsett {
System.setProperty("spring.datasource.password", password)
}

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

0 comments on commit 5685080

Please sign in to comment.