From e70a2b791ae9bdd283ca806aa7fb93ff1763fda0 Mon Sep 17 00:00:00 2001 From: fwang12 Date: Thu, 2 Feb 2023 22:33:48 +0800 Subject: [PATCH] [KYUUBI #4230] Bump httpclient version to 4.5.14 and httpcore version to 4.4.16 ### _Why are the changes needed?_ ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4230 from turboFei/upgrade_http_version. Closes #4230 10fe8a34 [fwang12] Bump httpclient and httpcore version Authored-by: fwang12 Signed-off-by: liangbowen --- dev/dependencyList | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev/dependencyList b/dev/dependencyList index 1c73c13e2..9b8064e42 100644 --- a/dev/dependencyList +++ b/dev/dependencyList @@ -59,9 +59,9 @@ hive-storage-api/2.7.0//hive-storage-api-2.7.0.jar hk2-api/2.6.1//hk2-api-2.6.1.jar hk2-locator/2.6.1//hk2-locator-2.6.1.jar hk2-utils/2.6.1//hk2-utils-2.6.1.jar -httpclient/4.5.13//httpclient-4.5.13.jar -httpcore/4.4.15//httpcore-4.4.15.jar -httpmime/4.5.13//httpmime-4.5.13.jar +httpclient/4.5.14//httpclient-4.5.14.jar +httpcore/4.4.16//httpcore-4.4.16.jar +httpmime/4.5.14//httpmime-4.5.14.jar j2objc-annotations/1.3//j2objc-annotations-1.3.jar jackson-annotations/2.14.1//jackson-annotations-2.14.1.jar jackson-core/2.14.1//jackson-core-2.14.1.jar diff --git a/pom.xml b/pom.xml index 405065dc9..e4c6671c9 100644 --- a/pom.xml +++ b/pom.xml @@ -153,8 +153,8 @@ apache-hive-${hive.engine.hive.version}-bin.tar.gz ${apache.archive.dist}/hive/hive-${hive.engine.hive.version} false - 4.5.13 - 4.4.15 + 4.5.14 + 4.4.16 0.12.0 1.1.0 2.14.1