You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2022/11/18 13:36:35 UTC

[nifi] 02/05: NIFI-10810 - Update HTTPAsyncClient to 4.1.5

This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 7374f9d2b2c25efc1acbc5b9f1689372b4a0d616
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Fri Nov 18 12:09:15 2022 +0100

    NIFI-10810 - Update HTTPAsyncClient to 4.1.5
    
    This closes #6678
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 nifi-commons/nifi-site-to-site-client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-commons/nifi-site-to-site-client/pom.xml b/nifi-commons/nifi-site-to-site-client/pom.xml
index 400b0636d7..73ce08b185 100644
--- a/nifi-commons/nifi-site-to-site-client/pom.xml
+++ b/nifi-commons/nifi-site-to-site-client/pom.xml
@@ -83,7 +83,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpasyncclient</artifactId>
-            <version>4.1.4</version>
+            <version>4.1.5</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>