Skip to content

Commit 5c06a88

Browse files
Update Automated Checks - Non Major (#918)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b81b2c7 commit 5c06a88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ plugins {
66
id 'jacoco'
77
id 'io.spring.dependency-management' version '1.1.7'
88
id 'org.springframework.boot' version '3.5.5'
9-
id 'org.owasp.dependencycheck' version '12.1.3'
9+
id 'org.owasp.dependencycheck' version '12.1.6'
1010
id 'com.github.ben-manes.versions' version '0.52.0'
11-
id 'org.sonarqube' version '6.2.0.5505'
11+
id 'org.sonarqube' version '6.3.1.5724'
1212
id 'info.solidsoft.pitest' version '1.19.0-rc.1'
1313
id 'org.flywaydb.flyway' version '10.22.0'
1414
id 'io.freefair.lombok' version '8.14.2'
@@ -144,7 +144,7 @@ task fortifyScan(type: JavaExec) {
144144

145145
checkstyle {
146146
maxWarnings = 0
147-
toolVersion = '11.0.0'
147+
toolVersion = '11.1.0'
148148
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
149149
}
150150

0 commit comments

Comments
 (0)