File tree 5 files changed +5
-5
lines changed
flink-connectors/flink-connector-kafka
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ under the License.
36
36
<packaging >jar</packaging >
37
37
38
38
<properties >
39
- <kafka .version>2.0.0 </kafka .version>
39
+ <kafka .version>2.0.1 </kafka .version>
40
40
</properties >
41
41
42
42
<dependencies >
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ under the License.
114
114
as we neither access nor package the kafka dependencies -->
115
115
<groupId >org.apache.kafka</groupId >
116
116
<artifactId >kafka-clients</artifactId >
117
- <version >2.0.0 </version >
117
+ <version >2.0.1 </version >
118
118
</dependency >
119
119
</dependencies >
120
120
</dependencyManagement >
Original file line number Diff line number Diff line change 20
20
set -Eeuo pipefail
21
21
22
22
KAFKA_CONNECTOR_VERSION=" 2.0"
23
- KAFKA_VERSION=" 2.0.0 "
23
+ KAFKA_VERSION=" 2.0.1 "
24
24
CONFLUENT_VERSION=" 5.0.0"
25
25
CONFLUENT_MAJOR_VERSION=" 5.0"
26
26
KAFKA_SQL_VERSION=" universal"
Original file line number Diff line number Diff line change 19
19
20
20
set -Eeuo pipefail
21
21
22
- source " $( dirname " $0 " ) " /test_sql_client_kafka_common.sh 2.0 2.0.0 5.0.0 5.0 " kafka" " universal"
22
+ source " $( dirname " $0 " ) " /test_sql_client_kafka_common.sh 2.0 2.0.1 5.0.0 5.0 " kafka" " universal"
Original file line number Diff line number Diff line change 20
20
set -Eeuo pipefail
21
21
22
22
source " $( dirname " $0 " ) " /common.sh
23
- source " $( dirname " $0 " ) " /kafka-common.sh 2.0.0 5.0.0 5.0
23
+ source " $( dirname " $0 " ) " /kafka-common.sh 2.0.1 5.0.0 5.0
24
24
25
25
source " $( dirname " $0 " ) " /test_streaming_kafka_common.sh $FLINK_DIR /examples/streaming/KafkaExample.jar
You can’t perform that action at this time.
0 commit comments