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 5, 2024
1 parent c19c3e9 commit ce2291f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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'
Expand All @@ -37,7 +37,7 @@ def versions = [
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
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 ce2291f

Please sign in to comment.