Skip to content

Commit dce9c3b

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 0403c06 commit dce9c3b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/push_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ 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
28+
flink_version: 1.16.1

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)