We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61fd11 commit d4fa6c4Copy full SHA for d4fa6c4
1 file changed
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
id 'com.vanniktech.maven.publish' version '0.32.0' // publish to Maven Central
8
id 'com.github.ben-manes.versions' version '0.52.0' // check for out-of-date dependencies (run 'dependencyUpdates' manually)
9
id 'com.github.spotbugs' version '6.2.4' // spotbugs code analysis
10
- id 'org.sonatype.gradle.plugins.scan' version '3.1.1' // scan for vulnerabilities
+ id 'org.sonatype.gradle.plugins.scan' version '3.1.2' // scan for vulnerabilities
11
id 'org.sonarqube' version '6.1.0.5360' // sonarQube analysis
12
}
13
0 commit comments