From bfdce7b082256f3f6c51321e102284191e847145 Mon Sep 17 00:00:00 2001
From: liujinhui <965147871@qq.com>
Date: Fri, 21 Aug 2020 20:24:04 +0800
Subject: [PATCH] [HUDI-1193](Upgrade http dependency version) (#1970)
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4ea922e9c..2c786cfad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,6 +98,7 @@
core
4.1.1
0.8.0
+ 4.4.1
2.4.4
1.8.2
2.11.12
@@ -568,17 +569,17 @@
org.apache.httpcomponents
fluent-hc
- 4.3.2
+ ${http.version}
org.apache.httpcomponents
httpcore
- 4.3.2
+ ${http.version}
org.apache.httpcomponents
httpclient
- 4.3.6
+ ${http.version}