File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ if (BuildParams.inFipsJvm) {
3636 fipsPolicy = new File (fipsResourcesDir, " fips_java_bcjsse_11.policy" )
3737 }
3838 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 ' )
4141
4242 pluginManager. withPlugin(' java' ) {
4343 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"
5858# when updating this version, you need to ensure compatibility with:
5959# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
6060# - 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 "
6666password4j = " 1.8.2"
6767# test dependencies
6868randomizedrunner = " 2.7.1"
You can’t perform that action at this time.
0 commit comments