aboutsummaryrefslogtreecommitdiffstats
path: root/cps-dependencies
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2024-10-18 11:19:04 +0100
committerdanielhanrahan <daniel.hanrahan@est.tech>2024-10-18 11:19:04 +0100
commit369017c7fba4c2444e2594215f2b511290e39950 (patch)
treeb47574e413031e5c46e469b0a60edf38f95fbb5e /cps-dependencies
parent3587a62456f59deddfcd46d3f82d0b6502313362 (diff)
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 <daniel.hanrahan@est.tech> Change-Id: If9d5571ae4293a2653a117a988414af2452647c0
Diffstat (limited to 'cps-dependencies')
-rw-r--r--cps-dependencies/pom.xml7
1 files changed, 1 insertions, 6 deletions
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 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
- <version>3.1.3</version>
- </dependency>
- <dependency>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>annotations</artifactId>
- <version>3.0.1</version>
+ <version>4.8.6</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>