From f3454f473b15f5f5a481379c912f0742115e3be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 07:36:40 +0000 Subject: [PATCH] Bump spotbugs from 3.1.12 to 4.2.3 Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 3.1.12 to 4.2.3. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/3.1.12...4.2.3) Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b495319c7..e71783c58 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -156,7 +156,7 @@ configure(subprojects) { if (spotbugs != null) { dependencies { spotbugs("org.slf4j:slf4j-simple") - spotbugs("com.github.spotbugs:spotbugs:3.1.12") + spotbugs("com.github.spotbugs:spotbugs:4.2.3") } } }