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.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/moaSig/common/build.gradle b/moaSig/common/build.gradle
index 7f5ee6d..9476596 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 '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.10'
+ api 'joda-time:joda-time:2.11.2'
api 'jaxen:jaxen:1.2.0'
}