File tree Expand file tree Collapse file tree 5 files changed +15
-10
lines changed
build-tools-internal/src/main/groovy
distribution/tools/plugin-cli Expand file tree Collapse file tree 5 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ if (buildParams.inFipsJvm) {
25
25
File fipsSecurity = new File (fipsResourcesDir, javaSecurityFilename)
26
26
File fipsPolicy = new File (fipsResourcesDir, ' fips_java.policy' )
27
27
File fipsTrustStore = new File (fipsResourcesDir, ' cacerts.bcfks' )
28
- def bcFips = dependencies. create(' org.bouncycastle:bc-fips:1.0.2.5 ' )
28
+ def bcFips = dependencies. create(' org.bouncycastle:bc-fips:1.0.2.6 ' )
29
29
def bcTlsFips = dependencies. create(' org.bouncycastle:bctls-fips:1.0.19' )
30
30
def manualDebug = false ; // change this to manually debug bouncy castle in an IDE
31
31
if (manualDebug) {
32
- bcFips = dependencies. create(' org.bouncycastle:bc-fips-debug:1.0.2.5 ' )
32
+ bcFips = dependencies. create(' org.bouncycastle:bc-fips-debug:1.0.2.6 ' )
33
33
bcTlsFips = dependencies. create(' org.bouncycastle:bctls-fips:1.0.19' ){
34
34
exclude group : ' org.bouncycastle' , module : ' bc-fips' // to avoid jar hell
35
35
}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
30
30
implementation ' org.ow2.asm:asm-tree:9.7.1'
31
31
32
32
api " org.bouncycastle:bcpg-fips:1.0.7.1"
33
- api " org.bouncycastle:bc-fips:1.0.2.5 "
33
+ api " org.bouncycastle:bc-fips:1.0.2.6 "
34
34
testImplementation project(" :test:framework" )
35
35
testImplementation " com.google.jimfs:jimfs:${ versions.jimfs} "
36
36
testRuntimeOnly " com.google.guava:guava:${ versions.jimfs_guava} "
Original file line number Diff line number Diff line change
1
+ pr : 133198
2
+ summary : Bump bc-fips to 1.0.2.6
3
+ area : FIPS
4
+ type : upgrade
5
+ issues : []
Original file line number Diff line number Diff line change 3281
3281
<sha256 value =" d749db58c2bd353f1c03541d747b753931d4b84da8e48993ef51efe8694b4ed7" origin =" Generated by Gradle" />
3282
3282
</artifact >
3283
3283
</component >
3284
- <component group =" org.bouncycastle" name =" bc-fips" version =" 1.0.2.5 " >
3285
- <artifact name =" bc-fips-1.0.2.5 .jar" >
3286
- <sha256 value =" 50e4c7a0d0c68413d3d8587560d56945ac09e7c89c41bd971cd22d76be6f1085 " origin =" Generated by Gradle" />
3284
+ <component group =" org.bouncycastle" name =" bc-fips" version =" 1.0.2.6 " >
3285
+ <artifact name =" bc-fips-1.0.2.6 .jar" >
3286
+ <sha256 value =" ae2a1ece67e86d0c5b852765a9d04cdb05abc4ed7aa90b3bf3fbab786d3fedbc " origin =" Generated by Gradle" />
3287
3287
</artifact >
3288
3288
</component >
3289
- <component group =" org.bouncycastle" name =" bc-fips-debug" version =" 1.0.2.5 " >
3290
- <artifact name =" bc-fips-debug-1.0.2.5 .jar" >
3291
- <sha256 value =" 5cfda7e020c5c1a3b1724386f139957472e551494254b8fc74e34f73590fc605 " origin =" Generated by Gradle" />
3289
+ <component group =" org.bouncycastle" name =" bc-fips-debug" version =" 1.0.2.6 " >
3290
+ <artifact name =" bc-fips-debug-1.0.2.6 .jar" >
3291
+ <sha256 value =" 6ac85ac9a5fa5e4a003cadf5cae8e4e586deb4ac9b3209b87aa353f7c2b93379 " origin =" Generated by Gradle" />
3292
3292
</artifact >
3293
3293
</component >
3294
3294
<component group =" org.bouncycastle" name =" bcpg-fips" version =" 1.0.7.1" >
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
65
65
testImplementation project(path : ' :modules:rest-root' )
66
66
testImplementation project(path : ' :modules:health-shards-availability' )
67
67
// Needed for Fips140ProviderVerificationTests
68
- testCompileOnly(' org.bouncycastle:bc-fips:1.0.2.5 ' )
68
+ testCompileOnly(' org.bouncycastle:bc-fips:1.0.2.6 ' )
69
69
70
70
testImplementation(project(' :x-pack:license-tools' )) {
71
71
transitive = false
You can’t perform that action at this time.
0 commit comments