Skip to content

Commit 3f4fa43

Browse files
Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.1.3 to 5.2.1
Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.1.3 to 5.2.1. - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases) - [Commits](spotbugs/spotbugs-gradle-plugin@5.1.3...5.2.1) --- updated-dependencies: - dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8e5ea8 commit 3f4fa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
4242
}
4343

4444
dependencies {
45-
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.3") // https://plugins.gradle.org/plugin/com.github.spotbugs
45+
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.1") // https://plugins.gradle.org/plugin/com.github.spotbugs
4646
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.22.0") // https://plugins.gradle.org/plugin/com.diffplug.spotless
4747
implementation("gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2") // https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
4848
implementation("org.javamodularity:moduleplugin:1.8.12") // https://plugins.gradle.org/plugin/org.javamodularity.moduleplugin

0 commit comments

Comments
 (0)