From 49879bf77a22b4eac2e3c290d8c3515750f5c1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:45:38 +0000 Subject: [PATCH] Bump hadoopVersion from 3.3.1 to 3.3.4 in /integration/flink Bumps `hadoopVersion` from 3.3.1 to 3.3.4. Updates `hadoop-hdfs` from 3.3.1 to 3.3.4 Updates `hadoop-common` from 3.3.1 to 3.3.4 Updates `hadoop-minicluster` from 3.3.1 to 3.3.4 --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-hdfs dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.hadoop:hadoop-minicluster dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- integration/flink/examples/stateful/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/flink/examples/stateful/build.gradle b/integration/flink/examples/stateful/build.gradle index 3d0e11ba97..a92e3a84b7 100644 --- a/integration/flink/examples/stateful/build.gradle +++ b/integration/flink/examples/stateful/build.gradle @@ -64,7 +64,7 @@ dependencies { def flinkVersion = project.getProperty('flink.version') def flinkVersionShort = flinkVersion.substring(0,4) def flinkVersionWithScala212 = flinkVersion.contains('1.14') ? "_2.12:$flinkVersion" : ":$flinkVersion" - def hadoopVersion = '3.3.1' + def hadoopVersion = '3.3.4' implementation("io.openlineage:openlineage-java:$project.version") implementation "org.apache.flink:flink-java:$flinkVersion" implementation "org.apache.flink:flink-streaming-java$flinkVersionWithScala212"