Skip to content

Commit

Permalink
Bump CDC to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiqian committed Dec 13, 2024
1 parent e7afd6a commit 5f92525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version := "0.1.0-SNAPSHOT"
scalaVersion := "2.12.19"

val flinkVersion = "1.20.0"
val flinkCdcVersion = "3.2.0"
val flinkCdcVersion = "3.2.1"

libraryDependencies ++= Seq(
"org.apache.flink" % "flink-runtime" % flinkVersion % "provided",
Expand Down

0 comments on commit 5f92525

Please sign in to comment.