From d31e29d6d6f1157c48a46eb3b896d981fe9ddf2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:24:37 +0000 Subject: [PATCH] build(deps): bump com.github.spotbugs.snom:spotbugs-gradle-plugin Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 6.0.20 to 6.0.21. - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/6.0.20...6.0.21) --- updated-dependencies: - dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"