@@ -125,18 +125,18 @@ lazy val `examples` = (project in file("modules/examples"))
125125 publish / skip := true ,
126126 releaseProcess := Seq .empty[ReleaseStep ], // Release for example is not needed
127127 libraryDependencies ++= Seq (
128- " org.flinkextended" %% " flink-scala-api" % " 1.18.1_1 .2.0" ,
129- " org.apache.flink" % " flink-runtime-web" % " 1.18.1 " % Provided ,
130- " org.apache.flink" % " flink-clients" % " 1.18.1 " % Provided ,
131- " org.apache.flink" % " flink-state-processor-api" % " 1.18.1 " % Provided ,
128+ " org.flinkextended" %% " flink-scala-api" % " 1.20.0_1 .2.0" ,
129+ " org.apache.flink" % " flink-runtime-web" % " 1.20.0 " % Provided ,
130+ " org.apache.flink" % " flink-clients" % " 1.20.0 " % Provided ,
131+ " org.apache.flink" % " flink-state-processor-api" % " 1.20.0 " % Provided ,
132132 " org.apache.flink" % " flink-connector-kafka" % " 3.0.2-1.18" % Provided ,
133- " org.apache.flink" % " flink-connector-files" % " 1.18.1 " % Provided ,
134- " org.apache.flink" % " flink-table-runtime" % " 1.18.1 " % Provided ,
135- " org.apache.flink" % " flink-table-planner-loader" % " 1.18.1 " % Provided ,
133+ " org.apache.flink" % " flink-connector-files" % " 1.20.0 " % Provided ,
134+ " org.apache.flink" % " flink-table-runtime" % " 1.20.0 " % Provided ,
135+ " org.apache.flink" % " flink-table-planner-loader" % " 1.20.0 " % Provided ,
136136 " io.bullet" %% " borer-core" % " 1.14.1" % Provided ,
137137 " ch.qos.logback" % " logback-classic" % " 1.4.14" % Provided ,
138- " org.apache.flink" % " flink-test-utils" % " 1.18.1 " % Test ,
139- " org.apache.flink" % " flink-streaming-java" % " 1.18.1 " % Test classifier " tests" ,
138+ " org.apache.flink" % " flink-test-utils" % " 1.20.0 " % Test ,
139+ " org.apache.flink" % " flink-streaming-java" % " 1.20.0 " % Test classifier " tests" ,
140140 " org.scalatest" %% " scalatest" % " 3.2.15" % Test
141141 ),
142142 Compile / run := Defaults
0 commit comments