From d9d7e59d7fceca918e69eb5663d207aa97eec590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:52:50 +0000 Subject: [PATCH] Update hashicorp/azuread requirement from ~> 2.43.0 to ~> 2.52.0 Updates the requirements on [hashicorp/azuread](https://github.com/hashicorp/terraform-provider-azuread) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-azuread/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azuread/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azuread/compare/v2.43.0...v2.52.0) --- updated-dependencies: - dependency-name: hashicorp/azuread dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 605b96986c..262ee419e7 100644 --- a/main.tf +++ b/main.tf @@ -10,7 +10,7 @@ terraform { } azuread = { source = "hashicorp/azuread" - version = "~> 2.43.0" + version = "~> 2.52.0" } azapi = { source = "azure/azapi"