From 64716b4da8a0549ca7c0678fc5509d8d38069140 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 13 Oct 2022 07:35:31 +0200 Subject: chore(core): update third-party libs --- moaSig/common/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'moaSig/common') 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' } -- cgit v1.2.3