aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib
diff options
context:
space:
mode:
authorGerald Palfinger <gerald.palfinger@iaik.tugraz.at>2021-12-16 16:25:40 +0100
committerGerald Palfinger <gerald.palfinger@iaik.tugraz.at>2022-01-20 14:54:26 +0100
commit35c301bd555a0b790b2d6621ed2eff0f3bdbf400 (patch)
treef9087cb3c077fdd6f6140d3c5c0e6e64b171c4cd /pdf-as-lib
parentf16b75cde0083d4325c702e152e9ade8c4725164 (diff)
downloadpdf-as-4-35c301bd555a0b790b2d6621ed2eff0f3bdbf400.tar.gz
pdf-as-4-35c301bd555a0b790b2d6621ed2eff0f3bdbf400.tar.bz2
pdf-as-4-35c301bd555a0b790b2d6621ed2eff0f3bdbf400.zip
Update commons-io
Diffstat (limited to 'pdf-as-lib')
-rw-r--r--pdf-as-lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle
index 6adbcc7e..cf15a9c8 100644
--- a/pdf-as-lib/build.gradle
+++ b/pdf-as-lib/build.gradle
@@ -70,7 +70,7 @@ dependencies {
api group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
api group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
api group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.6'
- api group: 'commons-io', name: 'commons-io', version: '2.8'
+ api group: 'commons-io', name: 'commons-io', version: '2.8.0'
api group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.3'
api 'org.apache.commons:commons-collections4:4.4'
api group: 'ognl', name: 'ognl', version: '3.2.19'