Upgrade the bouncycastle dependency to 1.61 (#40017)
This commit upgrades the bouncycastle dependency from 1.59 to 1.61.
This commit is contained in:
parent
4e9657f93f
commit
d02bca1314
|
@ -23,6 +23,12 @@ jna = 4.5.1
|
|||
netty = 4.1.32.Final
|
||||
joda = 2.10.1
|
||||
|
||||
# when updating this version, you need to ensure compatibility with:
|
||||
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
|
||||
# - distribution/tools/plugin-cli
|
||||
# - x-pack/plugin/security
|
||||
bouncycastle = 1.61
|
||||
|
||||
# test dependencies
|
||||
randomizedrunner = 2.7.1
|
||||
junit = 4.12
|
||||
|
|
|
@ -24,8 +24,8 @@ archivesBaseName = 'elasticsearch-plugin-cli'
|
|||
dependencies {
|
||||
compileOnly "org.elasticsearch:elasticsearch:${version}"
|
||||
compileOnly "org.elasticsearch:elasticsearch-cli:${version}"
|
||||
compile "org.bouncycastle:bcpg-jdk15on:1.59"
|
||||
compile "org.bouncycastle:bcprov-jdk15on:1.59"
|
||||
compile "org.bouncycastle:bcpg-jdk15on:${versions.bouncycastle}"
|
||||
compile "org.bouncycastle:bcprov-jdk15on:${versions.bouncycastle}"
|
||||
testCompile "org.elasticsearch.test:framework:${version}"
|
||||
testCompile 'com.google.jimfs:jimfs:1.1'
|
||||
testCompile 'com.google.guava:guava:18.0'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
ee93e5376bb6cf0a15c027b5f5e4393f2738e709
|
|
@ -0,0 +1 @@
|
|||
422656435514ab8a28752b117d5d2646660a0ace
|
|
@ -1 +0,0 @@
|
|||
2507204241ab450456bdb8e8c0a8f986e418bd99
|
|
@ -0,0 +1 @@
|
|||
00df4b474e71be02c1349c3292d98886f888d1f7
|
|
@ -25,7 +25,6 @@ esplugin {
|
|||
versions << [
|
||||
'tika': '1.19.1',
|
||||
'pdfbox': '2.0.12',
|
||||
'bouncycastle': '1.59',
|
||||
'poi': '4.0.0',
|
||||
'mime4j': '0.8.2'
|
||||
]
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
db389ade95f48592908a84e7050a691c8834723c
|
|
@ -0,0 +1 @@
|
|||
69a1ea4bead1baadd1a1e00526de050c62ea7d82
|
|
@ -1 +0,0 @@
|
|||
9cef0aab8a4bb849a8476c058ce3ff302aba3fff
|
|
@ -0,0 +1 @@
|
|||
89bb3aa5b98b48e584eee2a7401b7682a46779b4
|
|
@ -1 +0,0 @@
|
|||
2507204241ab450456bdb8e8c0a8f986e418bd99
|
|
@ -0,0 +1 @@
|
|||
00df4b474e71be02c1349c3292d98886f888d1f7
|
|
@ -8,8 +8,8 @@ dependencies {
|
|||
compileOnly "org.elasticsearch:elasticsearch:${version}"
|
||||
// "org.elasticsearch.plugin:x-pack-core:${version}" doesn't work with idea because the testArtifacts are also here
|
||||
compileOnly project(path: xpackModule('core'), configuration: 'default')
|
||||
compile 'org.bouncycastle:bcpkix-jdk15on:1.59'
|
||||
compile 'org.bouncycastle:bcprov-jdk15on:1.59'
|
||||
compile "org.bouncycastle:bcpkix-jdk15on:${versions.bouncycastle}"
|
||||
compile "org.bouncycastle:bcprov-jdk15on:${versions.bouncycastle}"
|
||||
testImplementation 'com.google.jimfs:jimfs:1.1'
|
||||
testCompile "junit:junit:${versions.junit}"
|
||||
testCompile "org.hamcrest:hamcrest-all:${versions.hamcrest}"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
9cef0aab8a4bb849a8476c058ce3ff302aba3fff
|
|
@ -0,0 +1 @@
|
|||
89bb3aa5b98b48e584eee2a7401b7682a46779b4
|
|
@ -1 +0,0 @@
|
|||
2507204241ab450456bdb8e8c0a8f986e418bd99
|
|
@ -0,0 +1 @@
|
|||
00df4b474e71be02c1349c3292d98886f888d1f7
|
Loading…
Reference in New Issue