diff --git a/owasp-java-html-sanitizer/pom.xml b/owasp-java-html-sanitizer/pom.xml
index c4597c03..0b612d17 100644
--- a/owasp-java-html-sanitizer/pom.xml
+++ b/owasp-java-html-sanitizer/pom.xml
@@ -104,13 +104,8 @@
test
- com.google.code.findbugs
- jsr305
- provided
-
-
- com.google.code.findbugs
- annotations
+ com.github.spotbugs
+ spotbugs-annotations
provided
diff --git a/pom.xml b/pom.xml
index 6d9896d4..a65fca72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ application while protecting against XSS.
Apache License, Version 2.0
- http://www.apache.org/licenses/LICENSE-2.0.txt
+ https://www.apache.org/licenses/LICENSE-2.0.txt
repo
@@ -272,18 +272,12 @@ application while protecting against XSS.
commons-codec
commons-codec
- [1.15,)
+ 1.20.0
- com.google.code.findbugs
- jsr305
- [2.0.1,)
- provided
-
-
- com.google.code.findbugs
- annotations
- [2.0.1,)
+ com.github.spotbugs
+ spotbugs-annotations
+ 4.9.8
provided