Skip to content

Commit 39c887e

Browse files
renovate[bot]renovate-botJaidenAshmore
authored
Update dependency com.github.spotbugs:spotbugs to v4.1.1 (#253)
* Update dependency com.github.spotbugs:spotbugs to v4.1.1 * fix spotbugs version downgrade Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Jaiden Ashmore <jaidenkyleashmore@gmail.com>
1 parent 6cd2dab commit 39c887e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ subprojects {
5555

5656
if (!isKotlinProject) {
5757
// SpotBugs
58-
spotbugs("com.github.spotbugs:spotbugs:4.0.6")
58+
spotbugs("com.github.spotbugs:spotbugs:4.1.1")
5959
}
6060

6161
constraints {

0 commit comments

Comments
 (0)