From beb10d5a9d46977125e98d5bfb374e44b4ff558a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 23:29:33 +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.19 to 6.0.20. - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/6.0.19...6.0.20) --- 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 fb5c2f5..419d407 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.19" + classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.20" //https://github.com/spring-io/spring-javaformat/ classpath "io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.43"