diff --git a/config/spotbugs/exclude.xml b/config/spotbugs/exclude.xml index c662ab19c4..56133d3528 100644 --- a/config/spotbugs/exclude.xml +++ b/config/spotbugs/exclude.xml @@ -9,20 +9,38 @@ - + - + - + - + + + + + + - + + + + + + + + + + + + + + diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e4bb7a0eb7..b260776707 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ jmh = "1.37" # plugins publishPlugin = "1.3.0" jmhPlugin = "0.7.1" -spotbugs = "5.1.4" +spotbugs = "5.2.0" [libraries] springBootDependencies = { module = "org.springframework.boot:spring-boot-dependencies", version.ref = "springBoot" }