We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e678b commit 1dfadbaCopy full SHA for 1dfadba
application/src/test/java/org/thingsboard/mqtt/broker/AbstractPubSubIntegrationTest.java
@@ -126,7 +126,7 @@ public static class TestPublishMsg {
126
}
127
128
@ClassRule
129
- public static KafkaContainer kafka = new KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka:7.5.0"));
+ public static KafkaContainer kafka = new KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka:7.9.2"));
130
131
132
public static GenericContainer redis = new GenericContainer("redis:7.2.5")
0 commit comments