aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-common/build.gradle
diff options
context:
space:
mode:
authorThomas <>2024-09-05 10:08:46 +0200
committerThomas <>2024-09-05 10:08:46 +0200
commit4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021 (patch)
tree8a17298ad061da44ab5fd7120adc7a00d1ee70b7 /pdf-as-common/build.gradle
parente8b4bcaddffef3bf937142d2fe06efd709632cee (diff)
downloadpdf-as-4-4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021.tar.gz
pdf-as-4-4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021.tar.bz2
pdf-as-4-4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021.zip
chore(core): update third-party libs
Diffstat (limited to 'pdf-as-common/build.gradle')
-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 9c8c1a1b..24eeac30 100644
--- a/pdf-as-common/build.gradle
+++ b/pdf-as-common/build.gradle
@@ -22,10 +22,10 @@ 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.15.1'
+ api group: 'commons-io', name: 'commons-io', version: '2.16.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.16.1'
+ api 'commons-codec:commons-codec:1.17.1'
api group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.3'
api group: 'javax.jws', name: 'javax.jws-api', version: '1.1'
testImplementation group: 'junit', name: 'junit', version: '4.+'