aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-legacy/build.gradle
diff options
context:
space:
mode:
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) {