Skip to content

Commit

Permalink
Update Automated Checks - Non Major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 8b0ef3c commit 59112f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.springframework.boot' version '2.7.18'
id 'org.owasp.dependencycheck' version '10.0.2'
id 'org.owasp.dependencycheck' version '10.0.3'
id 'com.github.ben-manes.versions' version '0.48.0'
id 'uk.gov.hmcts.java' version '0.12.63'
id 'org.sonarqube' version '3.5.0.2730'
Expand Down Expand Up @@ -134,7 +134,7 @@ task fortifyScan(type: JavaExec) {

checkstyle {
maxWarnings = 0
toolVersion = '8.29'
toolVersion = '8.45.1'
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
}

Expand Down

0 comments on commit 59112f1

Please sign in to comment.