Skip to content

Commit e104300

Browse files
committed
update deps in an IT test
1 parent 913a224 commit e104300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration-tests/exactlyonce/src/test/java/io/questdb/kafka/ExactlyOnceIT.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ public class ExactlyOnceIT {
5050
private static final int VICTIM_KAFKA = 2;
5151
private static final int VICTIMS_TOTAL = VICTIM_KAFKA + 1;
5252

53-
private static final DockerImageName KAFKA_CONTAINER_IMAGE = DockerImageName.parse("confluentinc/cp-kafka:7.6.0");
54-
private static final DockerImageName CONNECT_CONTAINER_IMAGE = DockerImageName.parse("confluentinc/cp-kafka-connect:7.6.0");
55-
private static final DockerImageName QUESTDB_CONTAINER_IMAGE = DockerImageName.parse("questdb/questdb:7.4.0");
53+
private static final DockerImageName KAFKA_CONTAINER_IMAGE = DockerImageName.parse("confluentinc/cp-kafka:7.6.3");
54+
private static final DockerImageName CONNECT_CONTAINER_IMAGE = DockerImageName.parse("confluentinc/cp-kafka-connect:7.6.3");
55+
private static final DockerImageName QUESTDB_CONTAINER_IMAGE = DockerImageName.parse("questdb/questdb:8.2.0");
5656
private static final int KAFKA_CLUSTER_SIZE = 3;
5757
private static final int CONNECT_CLUSTER_SIZE = 2;
5858

0 commit comments

Comments
 (0)