diff options
author | Thomas <> | 2022-10-13 07:35:31 +0200 |
---|---|---|
committer | Thomas <> | 2022-10-13 07:35:31 +0200 |
commit | 64716b4da8a0549ca7c0678fc5509d8d38069140 (patch) | |
tree | 8aa9785936240df1eb917cbffc239bd7c96f2332 /moaSig/common | |
parent | d0017b73e8dcd2e9b41fe2ee0e89b5bd36fb0353 (diff) | |
download | moa-sig-64716b4da8a0549ca7c0678fc5509d8d38069140.tar.gz moa-sig-64716b4da8a0549ca7c0678fc5509d8d38069140.tar.bz2 moa-sig-64716b4da8a0549ca7c0678fc5509d8d38069140.zip |
chore(core): update third-party libs
Diffstat (limited to 'moaSig/common')
-rw-r--r-- | moaSig/common/build.gradle | 6 |
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' } |