aboutsummaryrefslogtreecommitdiff
path: root/moaSig/common/build.gradle
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2019-02-07 12:44:04 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2019-02-07 12:44:04 +0100
commit76f142e223efb9d7e449aaeaed4e3a25881d5d49 (patch)
tree32b3cb29353d21ec7ba6a2c4f2dfe37062d7a8e0 /moaSig/common/build.gradle
parent0bcaff326d60df0d5549ef13a9d4bb7d9195b833 (diff)
downloadmoa-sig-76f142e223efb9d7e449aaeaed4e3a25881d5d49.tar.gz
moa-sig-76f142e223efb9d7e449aaeaed4e3a25881d5d49.tar.bz2
moa-sig-76f142e223efb9d7e449aaeaed4e3a25881d5d49.zip
update third-party libs
Diffstat (limited to 'moaSig/common/build.gradle')
-rw-r--r--moaSig/common/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/moaSig/common/build.gradle b/moaSig/common/build.gradle
index ac18e8f..a862691 100644
--- a/moaSig/common/build.gradle
+++ b/moaSig/common/build.gradle
@@ -1,10 +1,10 @@
dependencies {
- compile files('../libs/iaik_jce_full-5.5_MOA.jar')
+ compile files('../libs/iaik_jce_full-5.52_moa.jar')
compile 'org.slf4j:slf4j-api:1.7.12'
- compile 'xerces:xercesImpl:2.11.0'
+ compile 'xerces:xercesImpl:2.12.0'
compile 'xalan:xalan:2.7.1'
- compile 'joda-time:joda-time:2.8.2'
+ compile 'joda-time:joda-time:2.10.1'
compile 'jaxen:jaxen:1.1.6'
}