diff --git a/.github/workflows/templates/test-mixed-versions.template.yaml b/.github/workflows/templates/test-mixed-versions.template.yaml index 4a9c01552087..5dfb8e3fef35 100644 --- a/.github/workflows/templates/test-mixed-versions.template.yaml +++ b/.github/workflows/templates/test-mixed-versions.template.yaml @@ -99,7 +99,7 @@ jobs: https://builds.hex.pm https://cdn.jsdelivr.net/hex - name: AUTHENTICATE TO GOOGLE CLOUD - uses: google-github-actions/auth@v2.1.5 + uses: google-github-actions/auth@v2.1.6 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} - name: BUILD SECONDARY UMBRELLA ARCHIVE diff --git a/.github/workflows/templates/test.template.yaml b/.github/workflows/templates/test.template.yaml index bf2dfdf631c6..be79483d462c 100644 --- a/.github/workflows/templates/test.template.yaml +++ b/.github/workflows/templates/test.template.yaml @@ -73,7 +73,7 @@ jobs: run: | echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT - name: AUTHENTICATE TO GOOGLE CLOUD - uses: google-github-actions/auth@v2.1.5 + uses: google-github-actions/auth@v2.1.6 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} - name: REPO CACHE diff --git a/MODULE.bazel b/MODULE.bazel index 8a2526186fdb..785d7a22b3c0 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -147,8 +147,8 @@ erlang_package.hex_package( erlang_package.hex_package( name = "csv", build_file = "@rabbitmq-server//bazel:BUILD.csv", - sha256 = "f5ee7299a55ff84fbe623d9aea7218b800d19ecccb2b3eac2bcb327d644365ea", - version = "3.2.0", + sha256 = "8f55a0524923ae49e97ff2642122a2ce7c61e159e7fe1184670b2ce847aee6c8", + version = "3.2.1", ) erlang_package.hex_package( diff --git a/deps/rabbitmq_cli/Makefile b/deps/rabbitmq_cli/Makefile index d14525a29f09..653f49c01119 100644 --- a/deps/rabbitmq_cli/Makefile +++ b/deps/rabbitmq_cli/Makefile @@ -5,7 +5,7 @@ DEPS = csv json observer_cli stdout_formatter TEST_DEPS = amqp amqp_client temp x509 rabbit dep_amqp = hex 3.3.0 -dep_csv = hex 3.2.0 +dep_csv = hex 3.2.1 dep_json = hex 1.4.1 dep_temp = hex 0.4.7 dep_x509 = hex 0.8.8