diff --git a/app/build.gradle b/app/build.gradle index d6a8f7806b..f2551e216e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ plugins { id 'groovy' id 'application' - id 'com.github.johnrengelman.shadow' version '8.0.0' + id 'com.github.johnrengelman.shadow' version '8.1.1' } java { diff --git a/build.gradle b/build.gradle index d222aed6c4..aa0019118b 100644 --- a/build.gradle +++ b/build.gradle @@ -11,9 +11,9 @@ plugins { id 'java' id 'jacoco' id 'jacoco-report-aggregation' - id 'com.diffplug.spotless' version '6.11.0' - id 'com.github.johnrengelman.shadow' version '8.0.0' - id 'org.cyclonedx.bom' version '1.7.4' + id 'com.diffplug.spotless' version '6.25.0' + id 'com.github.johnrengelman.shadow' version '8.1.1' + id 'org.cyclonedx.bom' version '1.8.2' id 'org.sonarqube' version '5.0.0.4638' } diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index a830ba5926..5a88889929 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.109.0" + version = "3.110.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 75346474d0..731ba22821 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.109.0" + version = "3.110.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 13dfec1115..6a250842a0 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.109.0" + version = "3.110.0" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index d67e6d3a83..41414d29ec 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.109.0" + version = "3.110.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index 20b852eaf9..92792b6788 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.109.0" + version = "3.110.0" } }