In 63099 we updated the bcfips version we use in tests to 1.0.2. We however, bundle bcfips and bcpg-fips in plugin-cli and we should update this too.
This commit is contained in:
parent
7c122498bd
commit
d9d024c17f
|
@ -24,8 +24,8 @@ archivesBaseName = 'elasticsearch-plugin-cli'
|
|||
dependencies {
|
||||
compileOnly project(":server")
|
||||
compileOnly project(":libs:elasticsearch-cli")
|
||||
api "org.bouncycastle:bcpg-fips:1.0.3"
|
||||
api "org.bouncycastle:bc-fips:1.0.1"
|
||||
api "org.bouncycastle:bcpg-fips:1.0.4"
|
||||
api "org.bouncycastle:bc-fips:1.0.2"
|
||||
testImplementation project(":test:framework")
|
||||
testImplementation 'com.google.jimfs:jimfs:1.1'
|
||||
testRuntimeOnly 'com.google.guava:guava:18.0'
|
||||
|
@ -62,5 +62,7 @@ thirdPartyAudit.ignoreViolations(
|
|||
'org.bouncycastle.jcajce.provider.ProvSunTLSKDF$TLSMasterSecretGenerator$2',
|
||||
'org.bouncycastle.jcajce.provider.ProvSunTLSKDF$TLSPRFKeyGenerator',
|
||||
'org.bouncycastle.jcajce.provider.ProvSunTLSKDF$TLSRsaPreMasterSecretGenerator',
|
||||
'org.bouncycastle.jcajce.provider.ProvSunTLSKDF$TLSRsaPreMasterSecretGenerator$2'
|
||||
'org.bouncycastle.jcajce.provider.ProvSunTLSKDF$TLSRsaPreMasterSecretGenerator$2',
|
||||
'org.bouncycastle.jcajce.provider.ProvSunTLSKDF$TLSExtendedMasterSecretGenerator',
|
||||
'org.bouncycastle.jcajce.provider.ProvSunTLSKDF$TLSExtendedMasterSecretGenerator$2'
|
||||
)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
ed8dd3144761eaa33b9c56f5e2bef85f1b731d6f
|
|
@ -0,0 +1 @@
|
|||
4fb5db5f03d00f6a94e43b78d097978190e4abb2
|
|
@ -1 +0,0 @@
|
|||
e67f464dc25594fa4dca92281e093eab03e170e0
|
|
@ -0,0 +1 @@
|
|||
1a838a87959d9c2cee658f4a4e1869e28f6b9976
|
Loading…
Reference in New Issue