From 369017c7fba4c2444e2594215f2b511290e39950 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Fri, 18 Oct 2024 11:19:04 +0100 Subject: Update SpotBugs dependency - update spotbugs to 4.8.6 - remove old findbugs dependency (spotbugs replaces findbugs) - remove an unused SupressFBWarnings Issue-ID: CPS-2458 Signed-off-by: danielhanrahan Change-Id: If9d5571ae4293a2653a117a988414af2452647c0 --- cps-dependencies/pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cps-dependencies/pom.xml') diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index ab145370af..a95e5f42b0 100644 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -131,12 +131,7 @@ com.github.spotbugs spotbugs-annotations - 3.1.3 - - - com.google.code.findbugs - annotations - 3.0.1 + 4.8.6 com.google.code.gson -- cgit 1.2.3-korg