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 b1e32df commit 2f8177bCopy full SHA for 2f8177b
distribution/tools/plugin-cli/build.gradle
@@ -37,8 +37,8 @@ base {
37
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.1.0"
+ api "org.bouncycastle:bcpg-fips:2.1.2"
+ api "org.bouncycastle:bc-fips:2.1.2"
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