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@95e002431b
This commit is contained in:
parent
a02114729f
commit
dfdf77c536
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue