Skip to content

Commit

Permalink
sync with kafka version
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Apr 23, 2023
1 parent 2b28955 commit b2f646a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
public class AnalyticsConsumerApplicationTests {

private static final DockerImageName KAFKA_TEST_IMAGE =
DockerImageName.parse("confluentinc/cp-kafka:7.3.1");
DockerImageName.parse("confluentinc/cp-kafka:7.3.3");

@Container
public static final KafkaContainer KAFKA_CONTAINER = new KafkaContainer(KAFKA_TEST_IMAGE);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
class AnalyticsProducerApplicationIntegrationTest {

private static final DockerImageName KAFKA_TEST_IMAGE =
DockerImageName.parse("confluentinc/cp-kafka:7.3.1");
DockerImageName.parse("confluentinc/cp-kafka:7.3.3");

@Container public static final KafkaContainer KAFKA = new KafkaContainer(KAFKA_TEST_IMAGE);

Expand Down

0 comments on commit b2f646a

Please sign in to comment.