From 0d27bd7d58896a627922b6601c9086fac7c6cabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 00:36:10 +0000 Subject: [PATCH] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.1.0 to 5.1.3 (#62) Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.1.0 to 5.1.3. - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.1.0...5.1.3) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 194c415..0dc0d44 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -42,7 +42,7 @@ tasks.withType().configureEach } dependencies { - implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.0") // https://plugins.gradle.org/plugin/com.github.spotbugs + implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.3") // https://plugins.gradle.org/plugin/com.github.spotbugs implementation("com.diffplug.spotless:spotless-plugin-gradle:6.20.0") // https://plugins.gradle.org/plugin/com.diffplug.spotless implementation("gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2") // https://plugins.gradle.org/plugin/com.github.kt3k.coveralls implementation("org.javamodularity:moduleplugin:1.8.12") // https://plugins.gradle.org/plugin/org.javamodularity.moduleplugin