Skip to content

Commit 37eae20

Browse files
author
Igonin
committed
downgrade bc versions
Signed-off-by: Igonin <[email protected]>
1 parent 64bf6c5 commit 37eae20

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle/fips.gradle

+2-2
Original file line numberDiff line numberDiff 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)

gradle/libs.versions.toml

+5-5
Original file line numberDiff line numberDiff 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"
6666
password4j = "1.8.2"
6767
# test dependencies
6868
randomizedrunner = "2.7.1"

0 commit comments

Comments
 (0)