diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index 1e7c16f5b..f59dc8a3b 100644 --- a/operations/environments/dev/main.tf +++ b/operations/environments/dev/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.103.0" + version = "3.103.1" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 361432b2c..1f3866080 100644 --- a/operations/environments/internal/main.tf +++ b/operations/environments/internal/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.103.0" + version = "3.103.1" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index ce04d492d..ab2d49765 100644 --- a/operations/environments/pr/main.tf +++ b/operations/environments/pr/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.103.0" + version = "3.103.1" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index ab1c82475..7b2a0eeae 100644 --- a/operations/environments/prd/main.tf +++ b/operations/environments/prd/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.103.0" + version = "3.103.1" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index a8d92e6ce..adc4b8368 100644 --- a/operations/environments/stg/main.tf +++ b/operations/environments/stg/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.103.0" + version = "3.103.1" } } diff --git a/shared/build.gradle b/shared/build.gradle index 9cf588210..b38169869 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -44,7 +44,7 @@ dependencies { runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.5' // azure sdk - implementation 'com.azure:azure-security-keyvault-secrets:4.8.2' + implementation 'com.azure:azure-security-keyvault-secrets:4.8.3' implementation 'com.azure:azure-identity:1.12.1' testImplementation 'org.apache.groovy:groovy:4.0.21'