This is an automated email from the ASF dual-hosted git repository.

kunni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new 91a7af1da [FLINK-38100][pipeline-connector][iceberg] Bump Iceberg 
dependency to 1.10.1 in iceberg-pipeline-sink connector (#4145)
91a7af1da is described below

commit 91a7af1da2d9c3b345bc8e2092da8538136e0167
Author: Luca Occhipinti <[email protected]>
AuthorDate: Thu Jan 8 03:02:34 2026 +0100

    [FLINK-38100][pipeline-connector][iceberg] Bump Iceberg dependency to 
1.10.1 in iceberg-pipeline-sink connector (#4145)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f556aa0a..8bb4824c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@ limitations under the License.
         <scala.version>2.12.16</scala.version>
         <!-- Maven shade plugin prior to 3.2.0 could not correctly shade 
nested classes with JDK 8+. -->
         <maven.shade.plugin.version>3.6.0</maven.shade.plugin.version>
-        <iceberg.version>1.6.1</iceberg.version>
+        <iceberg.version>1.10.1</iceberg.version>
         <hive.version>2.3.9</hive.version>
         <hadoop.version>3.3.4</hadoop.version>
         <java.version>11</java.version>

Reply via email to