From ec37d5e98494e0ec3b658bd7df431f3731a3ab78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:52:15 +0000 Subject: [PATCH] chore(deps): Update dependency community.crypto to v3 --- .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 c49446a3e..d60520879 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.7.0 - name: community.crypto - version: 2.26.2 + version: 3.0.4 - name: community.docker version: 4.6.0 diff --git a/README.md b/README.md index ecdb5ee7d..6b613c44a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ This will also ensure you are deploying/running this role with a fully tested ve - name: community.general version: 10.7.0 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.26.2 + version: 3.0.4 - name: community.docker # Only required if you plan to use Molecule (see below) version: 4.6.0 ```