diff options
author | Gerald Palfinger <gerald.palfinger@iaik.tugraz.at> | 2021-12-13 13:28:33 +0100 |
---|---|---|
committer | Gerald Palfinger <gerald.palfinger@iaik.tugraz.at> | 2022-01-20 14:54:26 +0100 |
commit | 9aae8448405c93c5384be3a33b52bd4434faf972 (patch) | |
tree | 2f62a2151a8747a1f177611c4e82f5d7edc3ad31 /pdf-as-lib/build.gradle | |
parent | 6f36c5c075c91ff191944ee5c1a399c6be0be1a1 (diff) | |
download | pdf-as-4-9aae8448405c93c5384be3a33b52bd4434faf972.tar.gz pdf-as-4-9aae8448405c93c5384be3a33b52bd4434faf972.tar.bz2 pdf-as-4-9aae8448405c93c5384be3a33b52bd4434faf972.zip |
Update dependencies
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 e55ac6a3..6adbcc7e 100644 --- a/pdf-as-lib/build.gradle +++ b/pdf-as-lib/build.gradle @@ -84,7 +84,7 @@ dependencies { api group: 'com.google.zxing', name: 'core', version: '3.4.1' api group: 'com.google.zxing', name: 'javase', version: '3.4.1' testImplementation group: 'junit', name: 'junit', version: '4.+' - testCompile "junit:junit:4.11" + testCompile "junit:junit:4.13.2" ws group: 'org.apache.cxf', name: 'cxf-tools', version: cxfVersion ws group: 'org.apache.cxf', name: 'cxf-tools-wsdlto-databinding-jaxb', version: cxfVersion ws group: 'org.apache.cxf', name: 'cxf-tools-wsdlto-frontend-jaxws', version: cxfVersion |