Skip to content

Commit 7ef32ec

Browse files
committed
Update Iceberg version references in docs
Signed-off-by: Jiwon Park <jpark92@outlook.kr>
1 parent 542c597 commit 7ef32ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/engines/flink/flink-cdc-ingestion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following example will show how [MySQL CDC](https://nightlies.apache.org/fli
3434

3535
**Requirements**
3636

37-
Please add [Flink SQL Connector MySQL CDC](https://mvnrepository.com/artifact/org.apache.flink/flink-connector-mysql-cdc) and [Iceberg](https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-flink-1.18/1.6.0/iceberg-flink-1.18-1.6.0.jar) Jars to the lib directory of the Flink engine package.
37+
Please add [Flink SQL Connector MySQL CDC](https://mvnrepository.com/artifact/org.apache.flink/flink-connector-mysql-cdc) and [Iceberg](https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-flink-1.18/1.7.2/iceberg-flink-1.18-1.7.2.jar) Jars to the lib directory of the Flink engine package.
3838

3939
```sql
4040
CREATE TABLE products (
@@ -114,7 +114,7 @@ The following example will show how to write CDC data from multiple MySQL tables
114114
**Requirements**
115115

116116
Please add [Flink Connector MySQL CDC](https://mvnrepository.com/artifact/org.apache.flink/flink-connector-mysql-cdc/3.1.1)
117-
and [Iceberg](https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-flink-1.18/1.6.0) dependencies to your
117+
and [Iceberg](https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-flink-1.18/1.7.2) dependencies to your
118118
Maven project's pom.xml file.
119119

120120
```java

0 commit comments

Comments
 (0)