Skip to content

Commit 0b3a1dd

Browse files
Bump org.sonarqube from 6.2.0.5505 to 6.3.1.5724 (#592)
1 parent 974b594 commit 0b3a1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id 'com.github.spotbugs' version '6.2.5' //code check, working on byte code
99
id 'com.diffplug.spotless' version '7.2.1'//code format
1010
id 'jacoco' // java code coverage plugin
11-
id "org.sonarqube" version "6.2.0.5505" // sonarqube
11+
id "org.sonarqube" version "6.3.1.5724" // sonarqube
1212
id "org.scoverage" version "8.1" // scala code coverage scoverage
1313
id "com.github.maiflai.scalatest" version "0.33" // run scalatest without specific spec task
1414
id 'net.thauvin.erik.gradle.semver' version '1.0.4' // semantic versioning

0 commit comments

Comments
 (0)