From a141f891c3b146719cb85c3f201166e77343cf89 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 15 Apr 2020 10:28:25 +0200 Subject: update Apache http client and add logger get log informations from Apache http client to SLF4j API --- pdf-as-lib/build.gradle | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle index a796c5db..2e000ef9 100644 --- a/pdf-as-lib/build.gradle +++ b/pdf-as-lib/build.gradle @@ -55,15 +55,15 @@ repositories { dependencies { compile project (':pdf-as-common') - compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.3.2' - compile group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.3.5' - compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.3.5' - compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.59' + compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.10' + compile group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.5.12' + compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.12' + compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.65' compile group: 'javax.activation', name: 'activation', version: '1.1.1' compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' - compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5' - compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.6.3' - compile group: 'commons-io', name: 'commons-io', version: '2.4' + compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6' + compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.0' + compile group: 'commons-io', name: 'commons-io', version: '2.6' compile group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.4.0-b180830.0438' @@ -74,6 +74,8 @@ dependencies { compile files('libs/iaik_jce_full.jar') compile files('libs/iaik_cms.jar') compile group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion + compile group: 'org.slf4j', name: 'jcl-over-slf4j', version: slf4jVersion + compile group: 'com.google.zxing', name: 'core', version: '3.2.0' compile group: 'com.google.zxing', name: 'javase', version: '3.2.0' testCompile group: 'junit', name: 'junit', version: '4.+' -- cgit v1.2.3