From 04336c74730941b6b4abd0548e358bda5cbbf81c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 04:34:13 +0400 Subject: [PATCH] renovatebot(deps): update i2incommon/grouper docker tag to v5.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [i2incommon/grouper](https://redirect.github.com/rocky-linux/rocky-toolbox-images) | patch | `5.15.0` -> `5.15.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apereo/cas). --- ci/tests/grouper/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/tests/grouper/docker-compose.yml b/ci/tests/grouper/docker-compose.yml index 7bc96fad0477..cecd10223a2c 100644 --- a/ci/tests/grouper/docker-compose.yml +++ b/ci/tests/grouper/docker-compose.yml @@ -8,7 +8,7 @@ services: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=pass grouper: - image: "i2incommon/grouper:5.15.0" + image: "i2incommon/grouper:5.15.1" restart: always ports: - '7443:8443' @@ -24,7 +24,7 @@ services: - GROUPER_AUTO_DDL_UPTOVERSION=5.*.* - GROUPER_RUN_HSQLDB=false grouper-ws: - image: "i2incommon/grouper:5.15.0" + image: "i2incommon/grouper:5.15.1" restart: always ports: - '9443:8443'