From 384d826c66408515c88935cef358f58948a81294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:25:46 +0000 Subject: [PATCH] build(deps): bump oidc::modern-gitops-stack-module-keycloak Bumps [oidc::modern-gitops-stack-module-keycloak](https://github.com/GersonRS/modern-gitops-stack-module-keycloak) from 2.5.1 to 2.7.0. - [Release notes](https://github.com/GersonRS/modern-gitops-stack-module-keycloak/releases) - [Changelog](https://github.com/GersonRS/modern-gitops-stack-module-keycloak/blob/main/CHANGELOG.md) - [Commits](https://github.com/GersonRS/modern-gitops-stack-module-keycloak/compare/v2.5.1...v2.7.0) --- updated-dependencies: - dependency-name: oidc::github::GersonRS/modern-gitops-stack-module-keycloak::v2.5.1 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/kind/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kind/main.tf b/examples/kind/main.tf index 965457f..f51c234 100644 --- a/examples/kind/main.tf +++ b/examples/kind/main.tf @@ -81,7 +81,7 @@ module "keycloak" { } module "oidc" { - source = "git::https://github.com/GersonRS/modern-gitops-stack-module-keycloak.git//oidc_bootstrap?ref=v2.5.1" + source = "git::https://github.com/GersonRS/modern-gitops-stack-module-keycloak.git//oidc_bootstrap?ref=v2.7.0" cluster_name = local.cluster_name base_domain = local.base_domain