Skip to content

Commit d1907c5

Browse files
Bump org.sonarqube from 7.0.0.6105 to 7.0.1.6134
Bumps org.sonarqube from 7.0.0.6105 to 7.0.1.6134. --- updated-dependencies: - dependency-name: org.sonarqube dependency-version: 7.0.1.6134 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afd83ba commit d1907c5

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
@@ -4,7 +4,7 @@ plugins {
44
id 'com.diffplug.spotless' version '8.0.0'//code format
55
id 'pmd' // code check, working on source code
66
id 'com.github.spotbugs' version '6.4.4' // code check, working on byte code
7-
id "org.sonarqube" version "7.0.0.6105" // sonarqube
7+
id "org.sonarqube" version "7.0.1.6134" // sonarqube
88
id 'signing'
99
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
1010
id 'jacoco' // java code coverage plugin

0 commit comments

Comments
 (0)