diff --git a/backend/springboot/build.gradle.kts b/backend/springboot/build.gradle.kts index 1d766f2c..a6ae8d85 100644 --- a/backend/springboot/build.gradle.kts +++ b/backend/springboot/build.gradle.kts @@ -5,7 +5,7 @@ plugins { id("com.diffplug.spotless") version "8.6.0" checkstyle pmd - id("com.github.spotbugs") version "6.5.6" + id("com.github.spotbugs") version "6.5.10" } spotless {