Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 3 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /