From 47ef271478d09b5bf617dc8f40cad874440e2d4a Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Thu, 22 Jul 2021 21:32:22 -0400 Subject: [PATCH] Revert Spotbugs upgrade to 4.3.0 --- .github/dependabot.yml | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7c4789b2a..c81b1472ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,3 +27,5 @@ updates: - dependency-name: slf4j-jdk14 versions: - ">= 0" + # TODO https://github.com/spotbugs/spotbugs/issues/1601#issuecomment-885341270 + - dependency-name: com.github.spotbugs:spotbugs-maven-plugin diff --git a/pom.xml b/pom.xml index 29bf40447b..becf4c6a7e 100644 --- a/pom.xml +++ b/pom.xml @@ -443,7 +443,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.3.0 + 4.2.3