aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-common
diff options
context:
space:
mode:
authorThomas <>2023-12-19 16:34:34 +0100
committerThomas <>2023-12-19 16:34:34 +0100
commite9f8fb6978cb8c2c4c72ee877621397f6869b809 (patch)
treedfb4dde78c44665cf3d89c2100df78dbea474f4a /pdf-as-common
parent9d00067f8f5910f246466bfbfabe0dfb713e7ff0 (diff)
downloadpdf-as-4-e9f8fb6978cb8c2c4c72ee877621397f6869b809.tar.gz
pdf-as-4-e9f8fb6978cb8c2c4c72ee877621397f6869b809.tar.bz2
pdf-as-4-e9f8fb6978cb8c2c4c72ee877621397f6869b809.zip
chore(core): update third-party libs
Diffstat (limited to 'pdf-as-common')
-rw-r--r--pdf-as-common/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle
index 2af41031..fd4e5616 100644
--- a/pdf-as-common/build.gradle
+++ b/pdf-as-common/build.gradle
@@ -22,7 +22,7 @@ releases.dependsOn sourcesJar
dependencies {
api group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion
api group: 'commons-collections', name: 'commons-collections', version: '3.2.2'
- api group: 'commons-io', name: 'commons-io', version: '2.11.0'
+ api group: 'commons-io', name: 'commons-io', version: '2.15.1'
api group: 'ognl', name: 'ognl', version: '3.3.4'
api group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
api 'commons-codec:commons-codec:1.15'