Skip to content

Commit

Permalink
core: pin spotbug version to 6.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
flomonster committed Apr 9, 2024
1 parent 12e879d commit 37aa39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ksp = { id = 'com.google.devtools.ksp', version.ref = 'ksp' }
kotlin-jvm = { id = 'org.jetbrains.kotlin.jvm', version.ref = 'kotlin' }

# java
spotbugs = { id = 'com.github.spotbugs', version = '6.0.+' }
spotbugs = { id = 'com.github.spotbugs', version = '6.0.9' }
spotless = { id = 'com.diffplug.spotless', version = '6.25.0' }
shadow = { id = 'com.github.johnrengelman.shadow', version = '8.1.1' }
versions = { id = 'com.github.ben-manes.versions', version = '0.51.0' }

0 comments on commit 37aa39e

Please sign in to comment.