We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7afd6a commit 5f92525Copy full SHA for 5f92525
build.sbt
@@ -4,7 +4,7 @@ version := "0.1.0-SNAPSHOT"
4
scalaVersion := "2.12.19"
5
6
val flinkVersion = "1.20.0"
7
-val flinkCdcVersion = "3.2.0"
+val flinkCdcVersion = "3.2.1"
8
9
libraryDependencies ++= Seq(
10
"org.apache.flink" % "flink-runtime" % flinkVersion % "provided",
0 commit comments