We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee5eeb commit 7868f18Copy full SHA for 7868f18
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
exclude group: 'org.bouncycastle'
44
}
0 commit comments