From 650374d4be3aa9489f4f2580d3bc96957c40257f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 07:07:09 +0000 Subject: [PATCH] fix(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.7.3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b7bbe3ea6a..31a94db7df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ artifactIdGradle=spotless-plugin-gradle # Build requirements VER_JAVA=1.8 -VER_SPOTBUGS=4.7.2 +VER_SPOTBUGS=4.7.3 VER_JSR_305=3.0.2 # Dependencies provided by Spotless plugin