diff options
| author | Thomas <> | 2024-09-05 10:08:46 +0200 |
|---|---|---|
| committer | Thomas <> | 2024-09-05 10:08:46 +0200 |
| commit | 4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021 (patch) | |
| tree | 8a17298ad061da44ab5fd7120adc7a00d1ee70b7 /pdf-as-legacy | |
| parent | e8b4bcaddffef3bf937142d2fe06efd709632cee (diff) | |
| download | pdf-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-legacy')
| -rw-r--r-- | pdf-as-legacy/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-as-legacy/build.gradle b/pdf-as-legacy/build.gradle index 4d334665..5f1fe5d4 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.14.0' - implementation group: 'commons-codec', name: 'commons-codec', version: '1.16.1' + implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0' + implementation group: 'commons-codec', name: 'commons-codec', version: '1.17.1' } task releases(type: Copy) { |
