diff options
Diffstat (limited to 'pdf-as-lib/build.gradle')
| -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' |
