We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dd20d commit cefd2d9Copy full SHA for cefd2d9
buildSrc/src/main/java/Versions.kt
@@ -12,7 +12,7 @@ object Versions {
12
// Libraries
13
14
// https://repo1.maven.org/maven2/io/micronaut/micronaut-bom/3.0.0/micronaut-bom-3.0.0.pom
15
- const val spotbugs = "4.0.3"
+ const val spotbugs = "4.8.1"
16
const val flyway = "7.12.1"
17
18
// https://repo1.maven.org/maven2/io/micronaut/sql/micronaut-sql-bom/4.0.0/micronaut-sql-bom-4.0.0.pom
0 commit comments