From e6e58fb39ea0634f6c74f6cb66fcbee65bdbe25d Mon Sep 17 00:00:00 2001
From: strangelookingnerd
<49242855+strangelookingnerd@users.noreply.github.com>
Date: Tue, 6 Jan 2026 15:44:02 +0100
Subject: [PATCH] Replace version ranges with latest versions (#370)
---
owasp-java-html-sanitizer/pom.xml | 9 ++-------
pom.xml | 16 +++++-----------
2 files changed, 7 insertions(+), 18 deletions(-)
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