From d9599c9763ebd9cce09f1a92176b8981a0736aa0 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Thu, 30 Jul 2020 21:09:39 +0900 Subject: [PATCH] Update dependency httpclient to 4.5.12 Signed-off-by: Hiroshi Miura --- .../Gradle__commons_codec_commons_codec_1_9.xml | 11 ----------- ...adle__org_apache_httpcomponents_httpclient_4_5.xml | 11 ----------- ...adle__org_apache_httpcomponents_httpcore_4_4_1.xml | 11 ----------- build.gradle | 2 +- 4 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 .idea/libraries/Gradle__commons_codec_commons_codec_1_9.xml delete mode 100644 .idea/libraries/Gradle__org_apache_httpcomponents_httpclient_4_5.xml delete mode 100644 .idea/libraries/Gradle__org_apache_httpcomponents_httpcore_4_4_1.xml diff --git a/.idea/libraries/Gradle__commons_codec_commons_codec_1_9.xml b/.idea/libraries/Gradle__commons_codec_commons_codec_1_9.xml deleted file mode 100644 index c3c3ec6..0000000 --- a/.idea/libraries/Gradle__commons_codec_commons_codec_1_9.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_apache_httpcomponents_httpclient_4_5.xml b/.idea/libraries/Gradle__org_apache_httpcomponents_httpclient_4_5.xml deleted file mode 100644 index 51ae3cb..0000000 --- a/.idea/libraries/Gradle__org_apache_httpcomponents_httpclient_4_5.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_apache_httpcomponents_httpcore_4_4_1.xml b/.idea/libraries/Gradle__org_apache_httpcomponents_httpcore_4_4_1.xml deleted file mode 100644 index 03adb01..0000000 --- a/.idea/libraries/Gradle__org_apache_httpcomponents_httpcore_4_4_1.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/build.gradle b/build.gradle index 97570f8..9c9646d 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ repositories { dependencies { compile 'oauth.signpost:signpost-core:1.2.1.2' compile 'oauth.signpost:signpost-commonshttp4:1.2.1.2' - compile 'org.apache.httpcomponents:httpclient:4.5' + compile 'org.apache.httpcomponents:httpclient:4.5.12' compile 'org.json:json:20160810' compile fileTree(dir: 'lib', include: '*.jar') compile 'org.slf4j:slf4j-api:1.7.25'