diff --git a/build.gradle b/build.gradle index 225f6ab63..4d055b710 100644 --- a/build.gradle +++ b/build.gradle @@ -16,10 +16,10 @@ plugins { id 'com.github.ben-manes.versions' version '0.51.0' id "info.solidsoft.pitest" version '1.15.0' id 'io.spring.dependency-management' version '1.1.4' - id 'org.owasp.dependencycheck' version '9.0.10' + id 'org.owasp.dependencycheck' version '9.1.0' id 'org.sonarqube' version '3.5.0.2730' id 'org.springframework.boot' version '2.7.18' - id 'uk.gov.hmcts.java' version '0.12.59' + id 'uk.gov.hmcts.java' version '0.12.60' id 'au.com.dius.pact' version '4.6.8' id "io.freefair.lombok" version "6.6.3" } @@ -33,11 +33,11 @@ def versions = [ junit : '5.10.2', junitPlatform : '1.10.2', gradlePitest : '1.5.1', - pitest : '1.15.8', + pitest : '1.16.0', reformLogging : '5.1.7', reformHealthStarter: '0.0.5', restAssured : '5.4.0', - serenity : '4.1.4', + serenity : '4.1.6', sonarPitest : '0.5', pact_version : '4.1.38', springDoc : '1.8.0', @@ -207,7 +207,7 @@ project.ext { } jacoco { - toolVersion = "0.8.11" + toolVersion = "0.8.12" } jacocoTestReport { @@ -348,7 +348,7 @@ dependencies { implementation group: 'uk.gov.hmcts.reform', name: 'properties-volume-spring-boot-starter', version: '0.1.0' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0' - implementation group: 'commons-io', name: 'commons-io', version: '2.16.0' + implementation group: 'commons-io', name: 'commons-io', version: '2.16.1' implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14' diff --git a/infrastructure/.terraform-version b/infrastructure/.terraform-version index 6a126f402..27f9cd322 100644 --- a/infrastructure/.terraform-version +++ b/infrastructure/.terraform-version @@ -1 +1 @@ -1.7.5 +1.8.0 diff --git a/infrastructure/state.tf b/infrastructure/state.tf index 186020593..8167ee726 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.97.0" + version = "~> 3.98.0" } } }