From 6274e6f4088c4afd57f1459df9bd07128c05214b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 00:24:35 +0000 Subject: [PATCH] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin in /CedarJava Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 6.0.27 to 6.1.6. - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/6.0.27...6.1.6) --- 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] --- CedarJava/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CedarJava/build.gradle b/CedarJava/build.gradle index ef81c444..50ca5108 100644 --- a/CedarJava/build.gradle +++ b/CedarJava/build.gradle @@ -5,7 +5,7 @@ buildscript { } } dependencies { - classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.27" + classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.6" classpath "gradle.plugin.com.github.sherter.google-java-format:google-java-format-gradle-plugin:0.9" } }