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 3, 2024
1 parent c19c3e9 commit 9f1f68e
Showing 1 changed file with 3 additions and 3 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

0 comments on commit 9f1f68e

Please sign in to comment.