Skip to content

Commit

Permalink
Update Apache Flink to 1.16.1 (1.16.0 artifacts are not available any…
Browse files Browse the repository at this point in the history
…more)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Feb 8, 2023
1 parent 5aea5c8 commit c3cdffc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
compile_and_test:
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: 1.16.0
flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.0/flink-1.16.0-bin-scala_2.12.tgz
flink_version: 1.16.1
flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz
cache_flink_binary: true
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

import static org.apache.flink.util.Preconditions.checkArgument;
import static org.apache.flink.util.Preconditions.checkNotNull;
import static org.apache.flink.util.Preconditions.checkState;

/**
* Builder to construct an Opensearch compatible {@link OpensearchAsyncSink}.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ under the License.
</modules>

<properties>
<flink.version>1.16.0</flink.version>
<flink.version>1.16.1</flink.version>
<flink.shaded.version>15.0</flink.shaded.version>

<jackson-bom.version>2.13.4.20221013</jackson-bom.version>
Expand Down

0 comments on commit c3cdffc

Please sign in to comment.