Skip to content

Commit

Permalink
bump to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrp authored and mslabek committed Feb 25, 2025
1 parent 95e052f commit 471bb67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ lazy val commonSettings =
// Note: when updating check versions in 'flink*V' below, because some libraries must be fixed at versions provided
// by Flink, or jobs may fail in runtime when Flink is run with 'classloader.resolve-order: parent-first'.
// You can find versions provided by Flink in it's lib/flink-dist-*.jar/META-INF/DEPENDENCIES file.
val flinkV = "1.20.0"
val flinkConnectorKafkaV = "3.3.0-1.20"
val flinkV = "1.20.1"
val flinkConnectorKafkaV = "3.3.0-1.20" // 3.4.0-1.20 breaks compilation with Scala 2.12
val flinkCommonsCompressV = "1.26.0"
val flinkCommonsLang3V = "3.12.0"
val flinkCommonsTextV = "1.10.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/installation/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ services:
build:
context: ./flink/
args:
FLINK_VERSION: "1.20.0-scala_2.12-java11"
FLINK_VERSION: "1.20.1-scala_2.12-java11"
restart: unless-stopped
command: jobmanager
environment:
Expand All @@ -227,7 +227,7 @@ services:
build:
context: ./flink/
args:
FLINK_VERSION: "1.20.0-scala_2.12-java11"
FLINK_VERSION: "1.20.1-scala_2.12-java11"
restart: unless-stopped
command: taskmanager
environment:
Expand Down

0 comments on commit 471bb67

Please sign in to comment.