From 80a677f289762a13905f565d370c1ed0bc80f739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20K=C3=BCper?= Date: Tue, 18 Oct 2022 12:27:51 +0200 Subject: [PATCH] fix: bump default spotbugs version from 4.7.2 to 4.7.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sönke Küper --- README.md | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce4a18dc..6d5249c8 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ You can change SpotBugs version by [the `toolVersion` property of the spotbugs e | Gradle Plugin | SpotBugs | |--------------:|---------:| +| 5.0.13 | 4.7.3 | | 5.0.12 | 4.7.2 | | 5.0.9 | 4.7.1 | | 5.0.7 | 4.7.0 | diff --git a/build.gradle b/build.gradle index daf9df72..4a00a2c9 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ repositories { ext { errorproneVersion = '2.16' - spotBugsVersion = '4.7.2' + spotBugsVersion = '4.7.3' slf4jVersion = '2.0.0' androidGradlePluginVersion = '7.3.1' }