Skip to content

Commit c3cdffc

Browse files
committed
Update Apache Flink to 1.16.1 (1.16.0 artifacts are not available anymore)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 5aea5c8 commit c3cdffc

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/push_pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
compile_and_test:
2626
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
2727
with:
28-
flink_version: 1.16.0
29-
flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.0/flink-1.16.0-bin-scala_2.12.tgz
28+
flink_version: 1.16.1
29+
flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz
3030
cache_flink_binary: true

flink-connector-opensearch/src/main/java/org/apache/flink/connector/opensearch/sink/OpensearchAsyncSinkBuilder.java

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
import static org.apache.flink.util.Preconditions.checkArgument;
3333
import static org.apache.flink.util.Preconditions.checkNotNull;
34-
import static org.apache.flink.util.Preconditions.checkState;
3534

3635
/**
3736
* Builder to construct an Opensearch compatible {@link OpensearchAsyncSink}.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ under the License.
5858
</modules>
5959

6060
<properties>
61-
<flink.version>1.16.0</flink.version>
61+
<flink.version>1.16.1</flink.version>
6262
<flink.shaded.version>15.0</flink.shaded.version>
6363

6464
<jackson-bom.version>2.13.4.20221013</jackson-bom.version>

0 commit comments

Comments
 (0)