Skip to content

Commit 1dfadba

Browse files
update kafka version for tests
1 parent c7e678b commit 1dfadba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/test/java/org/thingsboard/mqtt/broker/AbstractPubSubIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public static class TestPublishMsg {
126126
}
127127

128128
@ClassRule
129-
public static KafkaContainer kafka = new KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka:7.5.0"));
129+
public static KafkaContainer kafka = new KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka:7.9.2"));
130130

131131
@ClassRule
132132
public static GenericContainer redis = new GenericContainer("redis:7.2.5")

0 commit comments

Comments
 (0)