aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-common
diff options
context:
space:
mode:
authorThomas <>2023-01-12 07:43:15 +0100
committerThomas <>2023-01-12 07:43:15 +0100
commitb35bdd12f605dc1017b4ac892a8e033e25e685c1 (patch)
tree8792fae804030b667bccae89bca79f2158174ee1 /pdf-as-common
parent42e68c8f3e53b34663d2fe9c434b0b034ff9ddf0 (diff)
downloadpdf-as-4-b35bdd12f605dc1017b4ac892a8e033e25e685c1.tar.gz
pdf-as-4-b35bdd12f605dc1017b4ac892a8e033e25e685c1.tar.bz2
pdf-as-4-b35bdd12f605dc1017b4ac892a8e033e25e685c1.zip
build(core): update third-party libs
Diffstat (limited to 'pdf-as-common')
-rw-r--r--pdf-as-common/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle
index b57f9b6f..2af41031 100644
--- a/pdf-as-common/build.gradle
+++ b/pdf-as-common/build.gradle
@@ -22,8 +22,8 @@ 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.8.0'
- api group: 'ognl', name: 'ognl', version: '3.2.19'
+ api group: 'commons-io', name: 'commons-io', version: '2.11.0'
+ 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'
api group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.3'