Skip to content

Commit e7e2221

Browse files
Bump com.github.spotbugs from 6.1.6 to 6.1.7 (#258)
1 parent 3c54b15 commit e7e2221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'java' // java support
44
id 'com.diffplug.spotless' version '7.0.2'//code format
55
id 'pmd' // code check, working on source code
6-
id 'com.github.spotbugs' version '6.1.6' // code check, working on byte code
6+
id 'com.github.spotbugs' version '6.1.7' // code check, working on byte code
77
id "org.sonarqube" version "6.0.1.5171" // sonarqube
88
id 'signing'
99
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)

0 commit comments

Comments
 (0)