diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index cd170aa0e28c..4517e0aa997a 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -34,7 +34,6 @@
nifi-standard-content-viewer-nar
- 5.4.3
3.3.2
@@ -179,12 +178,12 @@
org.apache.httpcomponents.core5
httpcore5
- ${httpcore5.version}
+ ${org.apache.httpcomponents.httpcore5.version}
org.apache.httpcomponents.core5
httpcore5-h2
- ${httpcore5.version}
+ ${org.apache.httpcomponents.httpcore5.version}
diff --git a/pom.xml b/pom.xml
index 398de1dd328d..16806235b89c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,6 +181,7 @@
3.18.1
4.5.14
4.4.16
+ 5.4.3
2.19.0
@@ -359,6 +360,16 @@
+
+ org.apache.httpcomponents.core5
+ httpcore5
+ ${org.apache.httpcomponents.httpcore5.version}
+
+
+ org.apache.httpcomponents.core5
+ httpcore5-h2
+ ${org.apache.httpcomponents.httpcore5.version}
+
org.apache.httpcomponents
fluent-hc