File tree 2 files changed +2
-5
lines changed
api/src/test/java/io/kafbat/ui
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,7 @@ public abstract class AbstractIntegrationTest {
37
37
public static final String LOCAL = "local" ;
38
38
public static final String SECOND_LOCAL = "secondLocal" ;
39
39
40
- private static final boolean IS_ARM =
41
- System .getProperty ("os.arch" ).contains ("arm" ) || System .getProperty ("os.arch" ).contains ("aarch64" );
42
-
43
- private static final String CONFLUENT_PLATFORM_VERSION = IS_ARM ? "7.8.0.arm64" : "7.8.0" ;
40
+ private static final String CONFLUENT_PLATFORM_VERSION = "7.8.0" ;
44
41
45
42
public static final KafkaContainer kafka = new KafkaContainer (
46
43
DockerImageName .parse ("confluentinc/cp-kafka" ).withTag (CONFLUENT_PLATFORM_VERSION ))
Original file line number Diff line number Diff line change 55
55
<junit .version>5.11.2</junit .version>
56
56
<mockito .version>5.14.2</mockito .version>
57
57
<okhttp3 .mockwebserver.version>4.12.0</okhttp3 .mockwebserver.version>
58
- <testcontainers .version>1.20.2 </testcontainers .version>
58
+ <testcontainers .version>1.20.4 </testcontainers .version>
59
59
60
60
<!-- Frontend dependency versions -->
61
61
<node .version>v18.17.1</node .version>
You can’t perform that action at this time.
0 commit comments