From bb1827187611b1b42209fd69ba2e08425d5d642a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:23:12 +0000 Subject: [PATCH] chore(deps): Update dependency community.crypto to v2.24.0 (#848) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/requirements/requirements_collections.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements/requirements_collections.yml b/.github/workflows/requirements/requirements_collections.yml index 8584bb1bf..e3b4311a9 100644 --- a/.github/workflows/requirements/requirements_collections.yml +++ b/.github/workflows/requirements/requirements_collections.yml @@ -5,6 +5,6 @@ collections: - name: community.general version: 10.2.0 - name: community.crypto - version: 2.23.0 + version: 2.24.0 - name: community.docker version: 4.3.0 diff --git a/README.md b/README.md index 6e3f1eded..21e1f0989 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This will also ensure you are deploying/running this role with a fully tested ve - name: community.general version: 10.2.0 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.23.0 + version: 2.24.0 - name: community.docker # Only required if you plan to use Molecule (see below) version: 4.3.0 ```