aboutsummaryrefslogtreecommitdiff
path: root/moaSig/common/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'moaSig/common/build.gradle')
-rw-r--r--moaSig/common/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/moaSig/common/build.gradle b/moaSig/common/build.gradle
index 7f5ee6d..9995479 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.30'
- api 'xerces:xercesImpl:2.12.0'
+ api 'xerces:xercesImpl:2.12.1'
api 'xalan:xalan:2.7.1'
api group: 'xalan', name: 'serializer', version: '2.7.1'
- api 'joda-time:joda-time:2.10.10'
+ api 'joda-time:joda-time:2.10.13'
api 'jaxen:jaxen:1.2.0'
}