aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-legacy/build.gradle
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-legacy/build.gradle
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-legacy/build.gradle')
-rw-r--r--pdf-as-legacy/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-as-legacy/build.gradle b/pdf-as-legacy/build.gradle
index 168504d6..55b421f1 100644
--- a/pdf-as-legacy/build.gradle
+++ b/pdf-as-legacy/build.gradle
@@ -19,8 +19,8 @@ dependencies {
implementation project (':pdf-as-moa')
implementation project (':signature-standards:sigs-pkcs7detached')
implementation project (':signature-standards:sigs-pades')
- implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
- implementation group: 'commons-codec', name: 'commons-codec', version: '1.15'
+ implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
+ implementation group: 'commons-codec', name: 'commons-codec', version: '1.16.0'
}
task releases(type: Copy) {