Upgrade Kafka image used in integration tests

See gh-35625
This commit is contained in:
kitbolourchi
2023-05-16 20:11:33 +01:00
committed by Scott Frederick
parent 39d7dd283a
commit 1ac6e9ebe1
2 changed files with 1 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ public final class DockerImageNames {
private static final String ELASTICSEARCH_VERSION = "7.17.5";
private static final String KAFKA_VERSION = "5.4.3";
private static final String KAFKA_VERSION = "7.4.0";
private static final String MONGO_VERSION = "5.0.17";