diff --git a/pom.xml b/pom.xml
index 7e151d96ab..eae92816db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
org.apache.commons
commons-parent
- 64
+ 65
commons-fileupload2
diff --git a/spotbugs-exclude-filter.xml b/spotbugs-exclude-filter.xml
index 86101408d1..d7f1da8de8 100644
--- a/spotbugs-exclude-filter.xml
+++ b/spotbugs-exclude-filter.xml
@@ -26,6 +26,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">
+
+
+
+
+
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cb133a1f80..50ff4b445c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,7 +56,7 @@ The type attribute can be add,update,fix,remove.
Generate some OSGi metadata.
Bump Java from 8 to 11.
- Bump commons-parent from 58 to 64.
+ Bump commons-parent from 58 to 65.
Bump commons-lang3 from 3.12.0 to 3.14.0.
Bump commons-io from 2.13.0 to 2.15.1.