This is an automated email from the ASF dual-hosted git repository.
pvillard31 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 4f2b6479658 NIFI-15895 Set Apache HttpClient5 version to 5.6.1 (#11195)
4f2b6479658 is described below
commit 4f2b64796580abb2bb18b2eaadd3fea3f96ace8e
Author: David Handermann <[email protected]>
AuthorDate: Mon May 4 10:04:13 2026 -0500
NIFI-15895 Set Apache HttpClient5 version to 5.6.1 (#11195)
---
nifi-extension-bundles/nifi-aws-bundle/pom.xml | 6 ++++++
nifi-extension-bundles/nifi-iceberg-bundle/pom.xml | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
index c0befe3838b..ca2d5da6c4d 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
@@ -53,6 +53,12 @@
<version>2.10.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
+ <!-- Override httpclient 5.6 from apache5-client -->
+ <dependency>
+ <groupId>org.apache.httpcomponents.client5</groupId>
+ <artifactId>httpclient5</artifactId>
+ <version>5.6.1</version>
+ </dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
diff --git a/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
b/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
index d1e280fbdf8..3fe02b5a208 100644
--- a/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
@@ -69,6 +69,12 @@
<artifactId>aircompressor</artifactId>
<version>2.0.3</version>
</dependency>
+ <!-- Override httpclient 5.6 from iceberg-core -->
+ <dependency>
+ <groupId>org.apache.httpcomponents.client5</groupId>
+ <artifactId>httpclient5</artifactId>
+ <version>5.6.1</version>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>