aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-04-15 10:28:25 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-04-15 10:28:25 +0200
commita141f891c3b146719cb85c3f201166e77343cf89 (patch)
tree5876df137934113e4b54f409a06a6f36796fd57f /pdf-as-lib
parent59d3d1c6e4c69055962fd652f057b0f15a2e3d4a (diff)
downloadpdf-as-4-a141f891c3b146719cb85c3f201166e77343cf89.tar.gz
pdf-as-4-a141f891c3b146719cb85c3f201166e77343cf89.tar.bz2
pdf-as-4-a141f891c3b146719cb85c3f201166e77343cf89.zip
update Apache http client and add logger get log informations from Apache http client to SLF4j API
Diffstat (limited to 'pdf-as-lib')
-rw-r--r--pdf-as-lib/build.gradle16
1 files 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.+'