Skip to content

Commit

Permalink
build(deps): bump com.github.spotbugs.snom:spotbugs-gradle-plugin
Browse files Browse the repository at this point in the history
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](spotbugs/spotbugs-gradle-plugin@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent ae105ad commit d31e29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d31e29d

Please sign in to comment.