We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a93da commit 6522223Copy full SHA for 6522223
distribution/tools/plugin-cli/build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
compileOnly project(":server")
39
compileOnly project(":libs:opensearch-cli")
40
api "org.bouncycastle:bcpg-fips:2.0.9"
41
- api "org.bouncycastle:bc-fips:2.0.0"
+ api "org.bouncycastle:bc-fips:2.1.0"
42
testImplementation project(":test:framework")
43
testImplementation 'com.google.jimfs:jimfs:1.3.0'
44
testRuntimeOnly("com.google.guava:guava:${versions.guava}") {
0 commit comments