From 6cd42923d5ffb51274341610d102e852d359e511 Mon Sep 17 00:00:00 2001 From: Ioannis Kakavas Date: Fri, 14 Feb 2020 10:24:45 +0200 Subject: [PATCH] Update cryptacular to 1.2.4 (#52331) (#52349) Cryptacular is a dependency of opensaml --- x-pack/plugin/security/build.gradle | 2 +- x-pack/plugin/security/licenses/cryptacular-1.2.3.jar.sha1 | 1 - x-pack/plugin/security/licenses/cryptacular-1.2.4.jar.sha1 | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 x-pack/plugin/security/licenses/cryptacular-1.2.3.jar.sha1 create mode 100644 x-pack/plugin/security/licenses/cryptacular-1.2.4.jar.sha1 diff --git a/x-pack/plugin/security/build.gradle b/x-pack/plugin/security/build.gradle index be9ad73c1e9..9b666bb4104 100644 --- a/x-pack/plugin/security/build.gradle +++ b/x-pack/plugin/security/build.gradle @@ -45,7 +45,7 @@ dependencies { compile "net.shibboleth.utilities:java-support:7.5.1" compile "org.apache.santuario:xmlsec:2.1.4" compile "io.dropwizard.metrics:metrics-core:3.2.2" - compile ("org.cryptacular:cryptacular:1.2.3") { + compile ("org.cryptacular:cryptacular:1.2.4") { exclude group: 'org.bouncycastle' } compile "org.slf4j:slf4j-api:${versions.slf4j}" diff --git a/x-pack/plugin/security/licenses/cryptacular-1.2.3.jar.sha1 b/x-pack/plugin/security/licenses/cryptacular-1.2.3.jar.sha1 deleted file mode 100644 index 9b5ebbac8b6..00000000000 --- a/x-pack/plugin/security/licenses/cryptacular-1.2.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7b0398d04a68ff7f58657938b3bdc5f2799b4b49 \ No newline at end of file diff --git a/x-pack/plugin/security/licenses/cryptacular-1.2.4.jar.sha1 b/x-pack/plugin/security/licenses/cryptacular-1.2.4.jar.sha1 new file mode 100644 index 00000000000..19095bb5dff --- /dev/null +++ b/x-pack/plugin/security/licenses/cryptacular-1.2.4.jar.sha1 @@ -0,0 +1 @@ +4994c015d87886212683245d13e87f6fb903a760 \ No newline at end of file