Skip to content

Commit e049581

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id 'org.springframework.boot' version '3.5.5'
88
id 'com.github.ben-manes.versions' version '0.52.0'
99
id 'org.owasp.dependencycheck' version '12.1.3'
10-
id 'org.sonarqube' version '6.2.0.5505'
10+
id 'org.sonarqube' version '6.3.1.5724'
1111
id 'info.solidsoft.pitest' version '1.15.0'
1212
id 'java'
1313
id 'jvm-test-suite'
@@ -104,7 +104,7 @@ tasks.register('tests') {
104104

105105
checkstyle {
106106
maxWarnings = 0
107-
toolVersion = '11.0.0'
107+
toolVersion = '11.0.1'
108108
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
109109
}
110110

0 commit comments

Comments
 (0)