Skip to content

Commit fc866b7

Browse files
committed
Rolled back updates to spotbugs/sonarqube...
1 parent 163a8d2 commit fc866b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ plugins {
66
id 'jacoco'
77
id 'com.vanniktech.maven.publish' version '0.32.0' // publish to Maven Central
88
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.0' // spotbugs code analysis
9+
id 'com.github.spotbugs' version '6.1.11' // spotbugs code analysis
1010
id 'org.sonatype.gradle.plugins.scan' version '3.1.1' // scan for vulnerabilities
11-
id 'org.sonarqube' version '6.2.0.5505' // sonarQube analysis
11+
id 'org.sonarqube' version '6.1.0.5360' // sonarQube analysis
1212
}
1313

1414
group = 'com.imsweb'

0 commit comments

Comments
 (0)