diff --git a/build.gradle b/build.gradle index ddee957..a109b24 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ buildscript { /* 添加插件依赖路径(通过jar方式) */ //https://plugins.gradle.org/m2/com/github/spotbugs/snom/spotbugs-gradle-plugin/ - classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.20" + classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.21" //https://github.com/spring-io/spring-javaformat/ classpath "io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.43"