Skip to content

Commit

Permalink
Bump flinkVersion from 1.19.1 to 1.20.0 (#52)
Browse files Browse the repository at this point in the history
Bumps `flinkVersion` from 1.19.1 to 1.20.0.

Updates `org.apache.flink:flink-java` from 1.19.1 to 1.20.0
- [Commits](apache/flink@release-1.19.1...release-1.20.0)

Updates `org.apache.flink:flink-test-utils` from 1.19.1 to 1.20.0

---
updated-dependencies:
- dependency-name: org.apache.flink:flink-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.flink:flink-test-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 3e04fe6 commit 000a11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
dependencies {
implementation(kotlin("reflect"))

val flinkVersion = "1.19.1"
val flinkVersion = "1.20.0"
implementation("org.apache.flink:flink-java:$flinkVersion")

testImplementation("org.apache.flink:flink-test-utils:$flinkVersion")
Expand Down

0 comments on commit 000a11f

Please sign in to comment.