From 5755bbcc1d8a65f9bce5de6f8a4139e773caaba1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 14:43:33 +0000 Subject: [PATCH 1/2] chore(deps): update terraform azurerm to v3.89.0 --- operations/environments/dev/main.tf | 2 +- operations/environments/internal/main.tf | 2 +- operations/environments/pr/main.tf | 2 +- operations/environments/prod/main.tf | 2 +- operations/environments/staging/main.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index 6cc3c50556..29e9f09649 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.88.0" + version = "3.89.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 59020739eb..ccdba31909 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.88.0" + version = "3.89.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 3b7f91dbc1..8aa59a1458 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.88.0" + version = "3.89.0" } } diff --git a/operations/environments/prod/main.tf b/operations/environments/prod/main.tf index 26e57138aa..aba4e6ab99 100644 --- a/operations/environments/prod/main.tf +++ b/operations/environments/prod/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.88.0" + version = "3.89.0" } } diff --git a/operations/environments/staging/main.tf b/operations/environments/staging/main.tf index da143a5e3b..4e3b98e1a6 100644 --- a/operations/environments/staging/main.tf +++ b/operations/environments/staging/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.88.0" + version = "3.89.0" } } From 72ea6fba90a5f9ba1b7c88c46463cdc210cbe36c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:46:28 +0000 Subject: [PATCH 2/2] fix(deps): update patch dependencies to v0.12.4 --- shared/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/build.gradle b/shared/build.gradle index 08182e0c88..910a5b1acb 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -39,9 +39,9 @@ dependencies { implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.3.1' // jjwt - implementation 'io.jsonwebtoken:jjwt-api:0.12.3' - runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.3' - runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.3' + implementation 'io.jsonwebtoken:jjwt-api:0.12.4' + runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.4' + runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.4' // azure sdk implementation 'com.azure:azure-security-keyvault-secrets:4.7.3'