Skip to content

Commit 9d6ea7f

Browse files
Bump com.github.spotbugs from 6.1.10 to 6.1.11
Bumps com.github.spotbugs from 6.1.10 to 6.1.11. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.1.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f47b5a7 commit 9d6ea7f

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.0.3'//code format
7-
id 'com.github.spotbugs' version '6.1.10' // code check, working on byte code
7+
id 'com.github.spotbugs' version '6.1.11' // 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)