Skip to content

Commit 6fca3b7

Browse files
Merge pull request #12476 from rabbitmq/mergify/bp/v3.13.x/pr-12474
3.13.x: Dependency CSV updated from 3.2.0 to 3.2.1 (backport #12474)
2 parents 57c61a8 + 1e48b94 commit 6fca3b7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/templates/test-mixed-versions.template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
https://builds.hex.pm
100100
https://cdn.jsdelivr.net/hex
101101
- name: AUTHENTICATE TO GOOGLE CLOUD
102-
uses: google-github-actions/[email protected].5
102+
uses: google-github-actions/[email protected].6
103103
with:
104104
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
105105
- name: BUILD SECONDARY UMBRELLA ARCHIVE

.github/workflows/templates/test.template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
7575
- name: AUTHENTICATE TO GOOGLE CLOUD
76-
uses: google-github-actions/[email protected].5
76+
uses: google-github-actions/[email protected].6
7777
with:
7878
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
7979
- name: REPO CACHE

MODULE.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ erlang_package.hex_package(
147147
erlang_package.hex_package(
148148
name = "csv",
149149
build_file = "@rabbitmq-server//bazel:BUILD.csv",
150-
sha256 = "f5ee7299a55ff84fbe623d9aea7218b800d19ecccb2b3eac2bcb327d644365ea",
151-
version = "3.2.0",
150+
sha256 = "8f55a0524923ae49e97ff2642122a2ce7c61e159e7fe1184670b2ce847aee6c8",
151+
version = "3.2.1",
152152
)
153153

154154
erlang_package.hex_package(

deps/rabbitmq_cli/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DEPS = csv json observer_cli stdout_formatter
55
TEST_DEPS = amqp amqp_client temp x509 rabbit
66

77
dep_amqp = hex 3.3.0
8-
dep_csv = hex 3.2.0
8+
dep_csv = hex 3.2.1
99
dep_json = hex 1.4.1
1010
dep_temp = hex 0.4.7
1111
dep_x509 = hex 0.8.8

0 commit comments

Comments
 (0)