Skip to content

Commit

Permalink
Bump flinkVersion from 1.15.1 to 1.15.2 (#1)
Browse files Browse the repository at this point in the history
Bumps `flinkVersion` from 1.15.1 to 1.15.2.

Updates `flink-java` from 1.15.1 to 1.15.2
- [Release notes](https://github.com/apache/flink/releases)
- [Commits](apache/flink@release-1.15.1...release-1.15.2)

Updates `flink-test-utils-junit` from 1.15.1 to 1.15.2

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

Signed-off-by: dependabot[bot] <[email protected]>

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 Oct 18, 2022
1 parent f6e6cc5 commit a86e106
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 @@ -16,7 +16,7 @@ repositories {
dependencies {
implementation(kotlin("reflect"))

val flinkVersion = "1.15.1"
val flinkVersion = "1.15.2"
implementation("org.apache.flink:flink-java:$flinkVersion")

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

0 comments on commit a86e106

Please sign in to comment.