Skip to content

Commit cc99e6b

Browse files
committed
test - 7.5.7
1 parent 1e1bbd3 commit cc99e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/test/java/io/kafbat/ui/AbstractIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public abstract class AbstractIntegrationTest {
3838
private static final boolean IS_ARM =
3939
System.getProperty("os.arch").contains("arm") || System.getProperty("os.arch").contains("aarch64");
4040

41-
private static final String CONFLUENT_PLATFORM_VERSION = IS_ARM ? "7.4.8.arm64" : "7.4.8";
41+
private static final String CONFLUENT_PLATFORM_VERSION = IS_ARM ? "7.5.7.arm64" : "7.5.7";
4242

4343
public static final KafkaContainer kafka = new KafkaContainer(
4444
DockerImageName.parse("confluentinc/cp-kafka").withTag(CONFLUENT_PLATFORM_VERSION))

0 commit comments

Comments
 (0)