Skip to content

Commit efc9e4a

Browse files
authored
Merge pull request #378 from raynigon/dependabot/gradle/com.github.spotbugs-6.4.4
Bump com.github.spotbugs from 6.2.1 to 6.4.4
2 parents 9d47eb3 + 623b3d9 commit efc9e4a

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
@@ -28,7 +28,7 @@ plugins {
2828
// Linter
2929
id("pmd")
3030
id("checkstyle")
31-
id("com.github.spotbugs") version "6.2.1"
31+
id("com.github.spotbugs") version "6.4.4"
3232
id("org.jlleitschuh.gradle.ktlint") version "13.1.0"
3333

3434
// Kotlin

0 commit comments

Comments
 (0)