From dfdf77c536c3e599e8ce20379173ce694f6e8a07 Mon Sep 17 00:00:00 2001 From: jaymode Date: Thu, 25 Aug 2016 09:41:12 -0400 Subject: [PATCH] security: upgrade to bouncy castle 1.55 Bouncy castle 1.55 was released earlier today and this commit updates the version we use to 1.55. Original commit: elastic/x-pack-elasticsearch@95e002431b042ab35d628fff0db11dab401fb9cf --- elasticsearch/x-pack/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elasticsearch/x-pack/build.gradle b/elasticsearch/x-pack/build.gradle index 51b68a5545f..bec86cd3316 100644 --- a/elasticsearch/x-pack/build.gradle +++ b/elasticsearch/x-pack/build.gradle @@ -35,8 +35,8 @@ dependencies { compile project(path: ':modules:transport-netty4', configuration: 'runtime') compile 'dk.brics.automaton:automaton:1.11-8' compile 'com.unboundid:unboundid-ldapsdk:3.1.1' - compile 'org.bouncycastle:bcprov-jdk15on:1.54' - compile 'org.bouncycastle:bcpkix-jdk15on:1.54' + compile 'org.bouncycastle:bcprov-jdk15on:1.55' + compile 'org.bouncycastle:bcpkix-jdk15on:1.55' testCompile 'com.google.jimfs:jimfs:1.1' // watcher deps