Skip to content

Commit 71eef01

Browse files
Merge pull request #365 from ie3-institute/dependabot/gradle/dev/org.sonarqube-7.0.1.6134
Bump org.sonarqube from 7.0.0.6105 to 7.0.1.6134
2 parents afd83ba + d1907c5 commit 71eef01

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)