File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ if (BuildParams.inFipsJvm) {
36
36
fipsPolicy = new File (fipsResourcesDir, " fips_java_bcjsse_11.policy" )
37
37
}
38
38
File fipsTrustStore = new File (fipsResourcesDir, ' cacerts.bcfks' )
39
- def bcFips = dependencies. create(' org.bouncycastle:bc-fips:2.1 .0' )
40
- def bcTlsFips = dependencies. create(' org.bouncycastle:bctls-fips:2.1.20 ' )
39
+ def bcFips = dependencies. create(' org.bouncycastle:bc-fips:2.0 .0' )
40
+ def bcTlsFips = dependencies. create(' org.bouncycastle:bctls-fips:2.0.19 ' )
41
41
42
42
pluginManager. withPlugin(' java' ) {
43
43
TaskProvider<ExportOpenSearchBuildResourcesTask > fipsResourcesTask = project. tasks. register(' fipsResources' , ExportOpenSearchBuildResourcesTask )
Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ reactivestreams = "1.0.4"
58
58
# when updating this version, you need to ensure compatibility with:
59
59
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
60
60
# - distribution/tools/plugin-cli
61
- bouncycastle_jce = " 2.1 .0"
62
- bouncycastle_tls = " 2.1.20 "
63
- bouncycastle_pkix = " 2.1.9 "
64
- bouncycastle_pg = " 2.1.11 "
65
- bouncycastle_util = " 2.1.4 "
61
+ bouncycastle_jce = " 2.0 .0"
62
+ bouncycastle_tls = " 2.0.19 "
63
+ bouncycastle_pkix = " 2.0.7 "
64
+ bouncycastle_pg = " 2.0.8 "
65
+ bouncycastle_util = " 2.0.3 "
66
66
password4j = " 1.8.2"
67
67
# test dependencies
68
68
randomizedrunner = " 2.7.1"
You can’t perform that action at this time.
0 commit comments