Skip to content

Commit a4e2873

Browse files
Merge pull request #607 from ie3-institute/dependabot/gradle/dev/com.github.spotbugs-6.2.6
Bump com.github.spotbugs from 6.2.5 to 6.2.6
2 parents 3d12e3f + 030f0b0 commit a4e2873

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 'scala'
55
id 'pmd' // code check, working on source code
66
id 'com.diffplug.spotless' version '7.2.1'//code format
7-
id 'com.github.spotbugs' version '6.2.5' // code check, working on byte code
7+
id 'com.github.spotbugs' version '6.2.6' // code check, working on byte code
88
id 'de.undercouch.download' version '5.6.0'
99
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
1010
id "com.github.maiflai.scalatest" version "0.33" // run scalatest without specific spec task

0 commit comments

Comments
 (0)