This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-rabbitmq.git
commit 4b2a19868fcdde8de1bb8cbd9464869501b63a86 Author: Martijn Visser <[email protected]> AuthorDate: Mon Apr 3 13:51:13 2023 +0200 [FLINK-31701][Connector/RabbitMQ] Upgrade and sync related dependencies from Flink 1.16.0 to Flink 1.17.0 / Flink 1.17.0-SNAPSHOT --- .github/workflows/push_pr.yml | 2 +- .github/workflows/release.yml | 31 ------------------------------- .github/workflows/weekly.yml | 4 ++-- pom.xml | 10 +++++----- 4 files changed, 8 insertions(+), 39 deletions(-) diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index e1ba2d4..e84ea7d 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -25,4 +25,4 @@ jobs: compile_and_test: uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils with: - flink_version: 1.16.0 + flink_version: 1.17.0 \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index e080288..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,31 +0,0 @@ -################################################################################ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -################################################################################ - -name: Release Build -on: - workflow_dispatch: -jobs: - compile_and_test: - if: github.repository_owner == 'apache' - strategy: - matrix: - flink: [1.16.1, 1.17.0] - uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils - with: - flink_version: ${{ matrix.flink }} - run_dependency_convergence: false diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 76c0f74..ce3fd41 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -25,8 +25,8 @@ jobs: if: github.repository_owner == 'apache' strategy: matrix: - flink: [1.16-SNAPSHOT, 1.17-SNAPSHOT] + flink: [1.16-SNAPSHOT, 1.17-SNAPSHOT, 1.18-SNAPSHOT] uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils with: flink_version: ${{ matrix.flink }} - run_dependency_convergence: false + run_dependency_convergence: false \ No newline at end of file diff --git a/pom.xml b/pom.xml index cc7ae65..3393da4 100644 --- a/pom.xml +++ b/pom.xml @@ -48,17 +48,17 @@ under the License. </modules> <properties> - <flink.version>1.16.0</flink.version> + <flink.version>1.17.0</flink.version> - <junit5.version>5.8.1</junit5.version> + <junit5.version>5.9.1</junit5.version> <assertj.version>3.23.1</assertj.version> <archunit.version>0.22.0</archunit.version> <testcontainers.version>1.17.2</testcontainers.version> - <mockito.version>2.21.0</mockito.version> + <mockito.version>3.4.6</mockito.version> <hamcrest.version>1.3</hamcrest.version> <japicmp.skip>false</japicmp.skip> - <japicmp.referenceVersion>1.16.0</japicmp.referenceVersion> + <japicmp.referenceVersion>1.17.0</japicmp.referenceVersion> <slf4j.version>1.7.36</slf4j.version> <log4j.version>2.17.2</log4j.version> @@ -261,7 +261,7 @@ under the License. <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-engine</artifactId> - <version>1.8.1</version> + <version>1.9.1</version> </dependency> <!-- For dependency convergence -->
