Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CDCgov/trusted-intermediary
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 74882c820eb35effcc14b0ceb6c04faf3e4206e8
Choose a base ref
..
head repository: CDCgov/trusted-intermediary
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa9e6f8bb8e9d8de091e60bb423a94badf491169
Choose a head ref
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@ plugins {
id 'java'
id 'jacoco'
id 'jacoco-report-aggregation'
id 'com.diffplug.spotless' version '6.23.1'
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'
}

2 changes: 1 addition & 1 deletion operations/environments/dev/main.tf
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.109.0"
version = "3.110.0"
}
}

2 changes: 1 addition & 1 deletion operations/environments/internal/main.tf
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.109.0"
version = "3.110.0"
}
}

2 changes: 1 addition & 1 deletion operations/environments/pr/main.tf
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.109.0"
version = "3.110.0"
}
}

2 changes: 1 addition & 1 deletion operations/environments/prd/main.tf
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.109.0"
version = "3.110.0"
}
}

2 changes: 1 addition & 1 deletion operations/environments/stg/main.tf
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.109.0"
version = "3.110.0"
}
}