Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent c19c3e9 commit 0577a53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -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',
Expand Down Expand Up @@ -207,7 +207,7 @@ project.ext {
}

jacoco {
toolVersion = "0.8.11"
toolVersion = "0.8.12"
}

jacocoTestReport {
Expand Down Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.5
1.8.0
2 changes: 1 addition & 1 deletion infrastructure/state.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.97.0"
version = "~> 3.98.0"
}
}
}

0 comments on commit 0577a53

Please sign in to comment.