Skip to content

Commit

Permalink
Pin kafka-native til 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsjorgen committed Dec 16, 2024
1 parent 51c63c7 commit a161097
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 @@ -49,7 +49,7 @@ abstract class FellesTestOppsett {
companion object {
init {

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 a161097

Please sign in to comment.