From 402a83d83406082adfcea2f7c8c05e2cf2e7a06e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:36:48 +0000 Subject: [PATCH] fix(deps): update dependency spotbugs to v4.8.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eff60ab07f9..91aa1ec3ce6 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ allprojects { /*======== Static Analysis ========*/ spotbugs { - toolVersion = '4.8.1' + toolVersion = '4.8.3' // allow build to continue to other sub projects ignoreFailures = true }