Skip to content

Commit

Permalink
Renovate Combined Pull Request (#804)
Browse files Browse the repository at this point in the history
* Update Terraform azuread to v2.53.1

* Updating Terraform Formatting

* Update dependency hashicorp/terraform to v1.9.1

* Updating Terraform Formatting

* Update dependency pmd to v7.3.0

* Update plugin org.sonarqube to v5.1.0.4882

* Update Terraform azurerm to ~> 3.111.0

* Update plugin io.spring.dependency-management to v1.1.6

* Update versions.jacksondata to v2.17.2

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 58046 <62422075+hmcts-jenkins-a-to-c[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: mikebrownccd <104495891+mikebrownccd@users.noreply.github.com>
  • Loading branch information
5 people authored Jul 9, 2024
1 parent 80d1660 commit 9770641
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ plugins {
id 'jacoco'
id 'org.springframework.boot' version '2.7.18'
id 'info.solidsoft.pitest' version '1.15.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'io.spring.dependency-management' version '1.1.6'
id 'java'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '5.0.0.4638'
id 'org.sonarqube' version '5.1.0.4882'
id 'org.owasp.dependencycheck' version '9.2.0'
}

Expand Down Expand Up @@ -48,7 +48,7 @@ def versions = [
tomcat : '9.0.90',
rest_assured : '3.3.0',
feign_jackson : '13.3',
jacksondata : '2.17.1',
jacksondata : '2.17.2',
log4JVersion : '2.23.1',
logbackVersion : '1.2.13'
]
Expand All @@ -57,7 +57,7 @@ mainClassName = 'uk.gov.hmcts.reform.roleassignmentrefresh.RoleAssignmentRefresh
def jarName = 'am-role-assignment-refresh-batch.jar'

pmd {
toolVersion = '7.2.0'
toolVersion = '7.3.0'
sourceSets = []
}

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.9.1
4 changes: 2 additions & 2 deletions infrastructure/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.110.0"
version = "~> 3.111.0"
}
random = {
source = "hashicorp/random"
}
azuread = {
source = "hashicorp/azuread"
version = "2.52.0"
version = "2.53.1"
}
}
}

0 comments on commit 9770641

Please sign in to comment.