Skip to content

Commit

Permalink
Update bc-fips to 1.0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tianli Feng <ftl94@live.com>
  • Loading branch information
tlfeng committed Jan 5, 2022
1 parent 6e26679 commit e8918ac
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distribution/tools/plugin-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
compileOnly project(":server")
compileOnly project(":libs:opensearch-cli")
api "org.bouncycastle:bcpg-fips:1.0.4"
api "org.bouncycastle:bc-fips:1.0.2"
api "org.bouncycastle:bc-fips:1.0.2.1"
testImplementation project(":test:framework")
testImplementation 'com.google.jimfs:jimfs:1.1'
testRuntimeOnly 'com.google.guava:guava:30.1.1-jre'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3110169183fc532d00f0930f2b5901672515eb7c

This file was deleted.

2 changes: 1 addition & 1 deletion gradle/fips.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (BuildParams.inFipsJvm) {
fipsPolicy = new File(fipsResourcesDir, "fips_java_bcjsse_11.policy")
}
File fipsTrustStore = new File(fipsResourcesDir, 'cacerts.bcfks')
def bcFips = dependencies.create('org.bouncycastle:bc-fips:1.0.2')
def bcFips = dependencies.create('org.bouncycastle:bc-fips:1.0.2.1')
def bcTlsFips = dependencies.create('org.bouncycastle:bctls-fips:1.0.9')

pluginManager.withPlugin('java') {
Expand Down

0 comments on commit e8918ac

Please sign in to comment.