aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib
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-lib
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-lib')
-rw-r--r--pdf-as-lib/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle
index 67e4b6ac..a7cb978c 100644
--- a/pdf-as-lib/build.gradle
+++ b/pdf-as-lib/build.gradle
@@ -13,7 +13,7 @@ buildscript {
mavenLocal()
mavenCentral()
}
- dependencies { classpath("commons-io:commons-io:2.8.0") }
+ dependencies { classpath("commons-io:commons-io:2.15.1") }
}
@@ -62,7 +62,7 @@ repositories {
dependencies {
api project (':pdf-as-common')
- api group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
+ api group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
api group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.5.14'
api group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
api group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.70'
@@ -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.10.1'
api group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.9.3'
- api group: 'commons-io', name: 'commons-io', version: '2.11.0'
+ api group: 'commons-io', name: 'commons-io', version: '2.15.1'
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.3.4'