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" } } 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'