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-lib | |
| 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-lib')
| -rw-r--r-- | pdf-as-lib/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle index 23297f06..e95937fa 100644 --- a/pdf-as-lib/build.gradle +++ b/pdf-as-lib/build.gradle @@ -62,15 +62,15 @@ repositories { dependencies { api project (':pdf-as-common') - api group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0' + api group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.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' api group: 'javax.activation', name: 'activation', version: '1.1.1' 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: 'com.google.code.gson', name: 'gson', version: '2.11.0' api group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.9.6' - api group: 'commons-io', name: 'commons-io', version: '2.15.1' + api group: 'commons-io', name: 'commons-io', version: '2.16.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' |
