aboutsummaryrefslogtreecommitdiff
path: root/moaSig/common
diff options
context:
space:
mode:
authorThomas <>2022-04-01 18:58:26 +0200
committerThomas <>2022-04-01 18:58:26 +0200
commitc00c5a7fe4bfcceec32d0217b394ddfb086d7413 (patch)
tree761c46e5e06a66920662092919c828a65e3b1e4c /moaSig/common
parent7e640d854379c051c0f165f0b3e4e76833a020b5 (diff)
downloadmoa-sig-c00c5a7fe4bfcceec32d0217b394ddfb086d7413.tar.gz
moa-sig-c00c5a7fe4bfcceec32d0217b394ddfb086d7413.tar.bz2
moa-sig-c00c5a7fe4bfcceec32d0217b394ddfb086d7413.zip
chore(core): update third-party libs to latest versions
Diffstat (limited to 'moaSig/common')
-rw-r--r--moaSig/common/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/moaSig/common/build.gradle b/moaSig/common/build.gradle
index d12a4b7..f91112d 100644
--- a/moaSig/common/build.gradle
+++ b/moaSig/common/build.gradle
@@ -1,10 +1,10 @@
dependencies {
- implementation files('../libs/iaik_jce_full-5.62_moa.jar')
- api 'org.slf4j:slf4j-api:1.7.32'
- api 'xerces:xercesImpl:2.12.1'
+ implementation files('../libs/iaik_jce_full_signed-5.63_MOA.jar')
+ api 'org.slf4j:slf4j-api:1.7.36'
+ api 'xerces:xercesImpl:2.12.2'
api 'xalan:xalan:2.7.1'
api group: 'xalan', name: 'serializer', version: '2.7.1'
- api 'joda-time:joda-time:2.10.13'
+ api 'joda-time:joda-time:2.10.14'
api 'jaxen:jaxen:1.2.0'
}