Skip to content

Commit

Permalink
Merge pull request #184 from raynigon/dependabot/gradle/com.github.sp…
Browse files Browse the repository at this point in the history
…otbugs-5.2.1

Bump com.github.spotbugs from 5.1.3 to 5.2.1
  • Loading branch information
raynigon committed Nov 3, 2023
2 parents c60f186 + 561f4af commit fe1e296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
// Linter
id("pmd")
id("checkstyle")
id("com.github.spotbugs") version "5.1.3"
id("com.github.spotbugs") version "5.2.1"
id("org.jlleitschuh.gradle.ktlint") version "11.6.0"

// Kotlin
Expand Down

0 comments on commit fe1e296

Please sign in to comment.