You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2021/12/14 17:15:26 UTC

[nifi] 08/15: NIFI-9395 - MiNiFi - bump httpclient to 4.5.13

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

joewitt pushed a commit to branch support/nifi-1.15
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 94fee5b289ad86d8d7d56f4f3e52c23dab00d5e7
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Fri Nov 19 12:54:52 2021 +0100

    NIFI-9395 - MiNiFi - bump httpclient to 4.5.13
    
    Signed-off-by: Matthew Burgess <ma...@apache.org>
    
    This closes #5537
---
 minifi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/minifi/pom.xml b/minifi/pom.xml
index 54d4f32..4fc3c28 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -580,7 +580,7 @@ limitations under the License.
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.5.3</version>
+                <version>4.5.13</version>
             </dependency>
             <dependency>
                 <groupId>javax.mail</groupId>