diff options
Diffstat (limited to 'cps-dependencies/pom.xml')
-rw-r--r-- | cps-dependencies/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 2defa709bd..58e87a8031 100644 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -126,7 +126,12 @@ <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs</artifactId> - <version>4.2.3</version> + <version>4.8.6</version> + </dependency> + <dependency> + <groupId>com.github.spotbugs</groupId> + <artifactId>spotbugs-annotations</artifactId> + <version>3.1.3</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> |