Skip to content

Commit

Permalink
Update Automated Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent ce51420 commit db6d28c
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 @@ -7,8 +7,8 @@ plugins {
id 'org.springframework.boot' version '2.7.18'
id 'uk.gov.hmcts.java' version '0.12.43'
id 'com.github.ben-manes.versions' version '0.46.0'
id 'org.sonarqube' version '4.3.0.3225'
id 'org.owasp.dependencycheck' version '10.0.3'
id 'org.sonarqube' version '4.4.1.3373'
id 'org.owasp.dependencycheck' version '10.0.4'
id "com.gorylenko.gradle-git-properties" version "2.4.1"
id "io.freefair.lombok" version "8.1.0"
}
Expand Down Expand Up @@ -117,7 +117,7 @@ dependencies {
}

jacoco {
toolVersion = "0.8.8"
toolVersion = "0.8.12"
}

jacocoTestReport {
Expand Down

0 comments on commit db6d28c

Please sign in to comment.