diff options
author | Thomas <> | 2024-03-22 13:53:11 +0100 |
---|---|---|
committer | Thomas <> | 2024-03-22 13:53:11 +0100 |
commit | 79a56afea717b37d7b5c5f518d90134adfe2c880 (patch) | |
tree | 8e9ab92abf71733b0277ef37d7239ab50077332a /pdf-as-lib/build.gradle | |
parent | f70359e6f00f59c8e76b40a8210086b15b8092e9 (diff) | |
download | pdf-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-lib/build.gradle')
-rw-r--r-- | pdf-as-lib/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle index a7cb978c..23297f06 100644 --- a/pdf-as-lib/build.gradle +++ b/pdf-as-lib/build.gradle @@ -69,7 +69,7 @@ dependencies { 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: 'org.bitbucket.b_c', name: 'jose4j', version: '0.9.3' + 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: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.3' api 'org.apache.commons:commons-collections4:4.4' |