File tree Expand file tree Collapse file tree
systemtest/src/main/java/io/strimzi/systemtest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,8 +194,8 @@ public class Environment {
194194 private static final String RESOURCE_ALLOCATION_STRATEGY_DEFAULT = "SHARE_MEMORY_FOR_ALL_COMPONENTS" ;
195195
196196 private static final String ST_KAFKA_VERSION_DEFAULT = TestKafkaVersion .getDefaultSupportedKafkaVersion ();
197- private static final String ST_CLIENTS_KAFKA_VERSION_DEFAULT = "4.0 .0" ;
198- public static final String TEST_CLIENTS_VERSION_DEFAULT = "0.11 .0" ;
197+ private static final String ST_CLIENTS_KAFKA_VERSION_DEFAULT = "4.1 .0" ;
198+ public static final String TEST_CLIENTS_VERSION_DEFAULT = "0.12 .0" ;
199199 public static final String ST_FILE_PLUGIN_URL_DEFAULT = "https://repo1.maven.org/maven2/org/apache/kafka/connect-file/" + ST_KAFKA_VERSION_DEFAULT + "/connect-file-" + ST_KAFKA_VERSION_DEFAULT + ".jar" ;
200200
201201 public static final String IP_FAMILY_DEFAULT = "ipv4" ;
You can’t perform that action at this time.
0 commit comments