Skip to content

Commit a26cdad

Browse files
Bump com.github.spotbugs from 5.0.6 to 5.0.7 (#138)
1 parent 0f030d4 commit a26cdad

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
@@ -5,7 +5,7 @@ plugins {
55
id 'application' // creates a JVM executable
66
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
77
id 'pmd' // code check, working on source code
8-
id 'com.github.spotbugs' version '5.0.6' // code check, working on byte code
8+
id 'com.github.spotbugs' version '5.0.7' // code check, working on byte code
99
id 'com.diffplug.spotless' version '6.7.0'// code format
1010
id 'com.simonharrer.modernizer' version '2.1.0-1' // detect deprecated APIs
1111
id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar

0 commit comments

Comments
 (0)