Skip to content

Commit a86e106

Browse files
Bump flinkVersion from 1.15.1 to 1.15.2 (#1)
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>
1 parent f6e6cc5 commit a86e106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
dependencies {
1717
implementation(kotlin("reflect"))
1818

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

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

0 commit comments

Comments
 (0)