diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml
index 4ff50dc048..9e6b1de2ba 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml
@@ -228,7 +228,7 @@
commons-codec
commons-codec
- 1.15
+ ${org.apache.commons.codec.version}
test
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml
index 7906f6bbbe..03ee54b600 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml
@@ -57,7 +57,7 @@
commons-codec
commons-codec
- 1.15
+ ${org.apache.commons.codec.version}
provided
diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml
index 03e6371729..6347eb2422 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml
@@ -42,7 +42,7 @@
commons-codec
commons-codec
- 1.15
+ ${org.apache.commons.codec.version}
provided
diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 93ceb5cfe4..0135394652 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -164,7 +164,7 @@
commons-codec
commons-codec
- 1.15
+ ${org.apache.commons.codec.version}
org.apache.nifi
diff --git a/pom.xml b/pom.xml
index f447aba7b1..8eaa22f4ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,6 +110,7 @@
1.8.20
4.11.0
1.5.0
+ 1.16.0
3.12.0
3.9.0
2.13.0
@@ -251,6 +252,11 @@
commons-cli
${org.apache.commons.cli.version}
+
+ commons-codec
+ commons-codec
+ ${org.apache.commons.codec.version}
+
commons-io
commons-io
@@ -298,14 +304,6 @@
-
-
-
- commons-codec
- commons-codec
- 1.15
-
-
org.junit
junit-bom