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'