This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch v3.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-rabbitmq.git
commit 33f03e118ec223df540a2221aacd2484c2c99c2b Author: Danny Cranmer <[email protected]> AuthorDate: Fri Mar 31 13:16:56 2023 +0100 [hotfix] Disable nighty dependency convergence (#6) (cherry picked from commit 36ad9d5dbcddebb406ce527d8b464c66e834c0c3) --- .github/workflows/weekly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index e20bf15..76c0f74 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -29,3 +29,4 @@ jobs: uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils with: flink_version: ${{ matrix.flink }} + run_dependency_convergence: false
