From e82f85c3493ba8c63ea676bf2f799c4364776424 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 15:46:45 +0000 Subject: [PATCH] Update minor dependencies --- app/build.gradle | 2 +- build.gradle | 6 +++--- operations/environments/dev/main.tf | 2 +- operations/environments/internal/main.tf | 2 +- operations/environments/pr/main.tf | 2 +- operations/environments/prd/main.tf | 2 +- operations/environments/stg/main.tf | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 994ddc941e..8be6b522b7 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" } }