From 9769d2b9a7bea1f02c301e815d0019c8d4463c18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:36:08 +0000 Subject: [PATCH] Update flink to v1.18.0 --- EnrichStream/Dockerfile | 2 +- EnrichStream/pom.xml | 2 +- ExternalLookup/Dockerfile | 2 +- ExternalLookup/pom.xml | 2 +- FlinkStates/Dockerfile | 2 +- FlinkStates/pom.xml | 2 +- JsonToAvro/Dockerfile | 2 +- JsonToAvro/pom.xml | 2 +- MultipleSideOutput/Dockerfile | 2 +- MultipleSideOutput/pom.xml | 2 +- Observability/Dockerfile | 2 +- Observability/pom.xml | 4 ++-- SerializationErrorCatch/Dockerfile | 2 +- SerializationErrorCatch/pom.xml | 2 +- TransformAndStore/Dockerfile | 2 +- TransformAndStore/pom.xml | 2 +- TumblingWindow/Dockerfile | 2 +- TumblingWindow/pom.xml | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/EnrichStream/Dockerfile b/EnrichStream/Dockerfile index 9fb65151..bd720c16 100644 --- a/EnrichStream/Dockerfile +++ b/EnrichStream/Dockerfile @@ -46,7 +46,7 @@ RUN \ # # Install jars onto clean runtime system. # -FROM flink:1.16.1-scala_2.12-java11 as runtime +FROM flink:1.18.0-scala_2.12-java11 as runtime COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/ COPY --from=build /app/target/enrichstream*.jar /opt/flink/usrlib/artifacts/ diff --git a/EnrichStream/pom.xml b/EnrichStream/pom.xml index b57486bd..7dab7bb7 100644 --- a/EnrichStream/pom.xml +++ b/EnrichStream/pom.xml @@ -30,7 +30,7 @@ under the License. UTF-8 - 1.16.1 + 1.18.0 11 2.12 ${target.java.version} diff --git a/ExternalLookup/Dockerfile b/ExternalLookup/Dockerfile index 17d71415..dadc559e 100644 --- a/ExternalLookup/Dockerfile +++ b/ExternalLookup/Dockerfile @@ -44,7 +44,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \ # # Install jars onto clean runtime system. # -FROM flink:1.16.1-scala_2.12-java11 as runtime +FROM flink:1.18.0-scala_2.12-java11 as runtime COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/ COPY --from=build /app/target/externallookup*.jar /opt/flink/usrlib/artifacts/ diff --git a/ExternalLookup/pom.xml b/ExternalLookup/pom.xml index b7d358fe..8a202083 100644 --- a/ExternalLookup/pom.xml +++ b/ExternalLookup/pom.xml @@ -30,7 +30,7 @@ under the License. UTF-8 - 1.16.1 + 1.18.0 11 2.12 ${target.java.version} diff --git a/FlinkStates/Dockerfile b/FlinkStates/Dockerfile index d211fe30..13a4326d 100644 --- a/FlinkStates/Dockerfile +++ b/FlinkStates/Dockerfile @@ -46,7 +46,7 @@ RUN \ # # Install jars onto clean runtime system. # -FROM flink:1.16.1-scala_2.12-java11 as runtime +FROM flink:1.18.0-scala_2.12-java11 as runtime COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/ COPY --from=build /app/target/flinkstates*.jar /opt/flink/usrlib/artifacts/ diff --git a/FlinkStates/pom.xml b/FlinkStates/pom.xml index e49ee5d3..1528df72 100644 --- a/FlinkStates/pom.xml +++ b/FlinkStates/pom.xml @@ -30,7 +30,7 @@ under the License. UTF-8 - 1.16.1 + 1.18.0 11 2.12 ${target.java.version} diff --git a/JsonToAvro/Dockerfile b/JsonToAvro/Dockerfile index e95981d1..184e9bcc 100644 --- a/JsonToAvro/Dockerfile +++ b/JsonToAvro/Dockerfile @@ -46,7 +46,7 @@ RUN \ # # Install jars onto clean runtime system. # -FROM flink:1.16.1-scala_2.12-java11 as runtime +FROM flink:1.18.0-scala_2.12-java11 as runtime COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/ COPY --from=build /app/target/jsonToAvro*.jar /opt/flink/usrlib/artifacts/ diff --git a/JsonToAvro/pom.xml b/JsonToAvro/pom.xml index 3a8a1bc5..8e20904e 100644 --- a/JsonToAvro/pom.xml +++ b/JsonToAvro/pom.xml @@ -30,7 +30,7 @@ under the License. UTF-8 - 1.16.1 + 1.18.0 11 2.12 ${target.java.version} diff --git a/MultipleSideOutput/Dockerfile b/MultipleSideOutput/Dockerfile index 56c70a7c..23c44e69 100644 --- a/MultipleSideOutput/Dockerfile +++ b/MultipleSideOutput/Dockerfile @@ -46,7 +46,7 @@ RUN \ # # Install jars onto clean runtime system. # -FROM flink:1.16.1-scala_2.12-java11 as runtime +FROM flink:1.18.0-scala_2.12-java11 as runtime COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/ COPY --from=build /app/target/multiplesideoutput*.jar /opt/flink/usrlib/artifacts/ diff --git a/MultipleSideOutput/pom.xml b/MultipleSideOutput/pom.xml index 837d4c95..92fa6d4a 100644 --- a/MultipleSideOutput/pom.xml +++ b/MultipleSideOutput/pom.xml @@ -30,7 +30,7 @@ under the License. UTF-8 - 1.16.1 + 1.18.0 11 2.12 ${target.java.version} diff --git a/Observability/Dockerfile b/Observability/Dockerfile index bb4bb913..c876ae5d 100644 --- a/Observability/Dockerfile +++ b/Observability/Dockerfile @@ -46,7 +46,7 @@ RUN \ # # Install jars onto clean runtime system. # -FROM flink:1.16.1-scala_2.12-java11 as runtime +FROM flink:1.18.0-scala_2.12-java11 as runtime COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/ COPY --from=build /app/target/observability*.jar /opt/flink/usrlib/artifacts/ diff --git a/Observability/pom.xml b/Observability/pom.xml index e941b46e..72b329b9 100644 --- a/Observability/pom.xml +++ b/Observability/pom.xml @@ -30,7 +30,7 @@ under the License. UTF-8 - 1.16.1 + 1.18.0 11 2.12 ${target.java.version} @@ -107,7 +107,7 @@ under the License. org.apache.flink flink-metrics-dropwizard - 1.16.2 + 1.18.0 diff --git a/SerializationErrorCatch/Dockerfile b/SerializationErrorCatch/Dockerfile index 150f13a4..58f7460e 100644 --- a/SerializationErrorCatch/Dockerfile +++ b/SerializationErrorCatch/Dockerfile @@ -46,7 +46,7 @@ RUN \ # # Install jars onto clean runtime system. # -FROM flink:1.16.1-scala_2.12-java11 as runtime +FROM flink:1.18.0-scala_2.12-java11 as runtime COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/ COPY --from=build /app/target/SerializationErrorCatch*.jar /opt/flink/usrlib/artifacts/ diff --git a/SerializationErrorCatch/pom.xml b/SerializationErrorCatch/pom.xml index 9b0912de..cc909808 100644 --- a/SerializationErrorCatch/pom.xml +++ b/SerializationErrorCatch/pom.xml @@ -30,7 +30,7 @@ under the License. UTF-8 - 1.16.1 + 1.18.0 11 2.12 ${target.java.version} diff --git a/TransformAndStore/Dockerfile b/TransformAndStore/Dockerfile index 622f350f..ad1e6e1a 100644 --- a/TransformAndStore/Dockerfile +++ b/TransformAndStore/Dockerfile @@ -46,7 +46,7 @@ RUN \ # # Install jars onto clean runtime system. # -FROM flink:1.16.1-scala_2.12-java11 as runtime +FROM flink:1.18.0-scala_2.12-java11 as runtime COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/ COPY --from=build /app/target/transform-and-store*.jar /opt/flink/usrlib/artifacts/ diff --git a/TransformAndStore/pom.xml b/TransformAndStore/pom.xml index c6cf00a6..1807bc43 100644 --- a/TransformAndStore/pom.xml +++ b/TransformAndStore/pom.xml @@ -30,7 +30,7 @@ under the License. UTF-8 - 1.16.1 + 1.18.0 11 2.12 ${target.java.version} diff --git a/TumblingWindow/Dockerfile b/TumblingWindow/Dockerfile index 64572f2c..2ba9f77a 100644 --- a/TumblingWindow/Dockerfile +++ b/TumblingWindow/Dockerfile @@ -44,7 +44,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \ # # Install jars onto clean runtime system. # -FROM flink:1.16.1-scala_2.12-java11 as runtime +FROM flink:1.18.0-scala_2.12-java11 as runtime COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/ COPY --from=build /app/target/tumblingwindow*.jar /opt/flink/usrlib/artifacts/ diff --git a/TumblingWindow/pom.xml b/TumblingWindow/pom.xml index 65f8f6cb..8c6716ad 100644 --- a/TumblingWindow/pom.xml +++ b/TumblingWindow/pom.xml @@ -30,7 +30,7 @@ under the License. UTF-8 - 1.16.1 + 1.18.0 11 2.12 ${target.java.version}