aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-legacy
diff options
context:
space:
mode:
authorThomas <>2024-03-22 13:53:11 +0100
committerThomas <>2024-03-22 13:53:11 +0100
commit79a56afea717b37d7b5c5f518d90134adfe2c880 (patch)
tree8e9ab92abf71733b0277ef37d7239ab50077332a /pdf-as-legacy
parentf70359e6f00f59c8e76b40a8210086b15b8092e9 (diff)
downloadpdf-as-4-79a56afea717b37d7b5c5f518d90134adfe2c880.tar.gz
pdf-as-4-79a56afea717b37d7b5c5f518d90134adfe2c880.tar.bz2
pdf-as-4-79a56afea717b37d7b5c5f518d90134adfe2c880.zip
chore(core): update third-party libs
Diffstat (limited to 'pdf-as-legacy')
-rw-r--r--pdf-as-legacy/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-legacy/build.gradle b/pdf-as-legacy/build.gradle
index 55b421f1..4d334665 100644
--- a/pdf-as-legacy/build.gradle
+++ b/pdf-as-legacy/build.gradle
@@ -20,7 +20,7 @@ dependencies {
implementation project (':signature-standards:sigs-pkcs7detached')
implementation project (':signature-standards:sigs-pades')
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
- implementation group: 'commons-codec', name: 'commons-codec', version: '1.16.0'
+ implementation group: 'commons-codec', name: 'commons-codec', version: '1.16.1'
}
task releases(type: Copy) {