Skip to content

Commit 2f8177b

Browse files
committed
Bump bc-fips to 2.1.2 to fix daemon cleanup issues
Signed-off-by: Daniel Widdis <widdis@gmail.com>
1 parent b1e32df commit 2f8177b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distribution/tools/plugin-cli/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ base {
3737
dependencies {
3838
compileOnly project(":server")
3939
compileOnly project(":libs:opensearch-cli")
40-
api "org.bouncycastle:bcpg-fips:2.0.9"
41-
api "org.bouncycastle:bc-fips:2.1.0"
40+
api "org.bouncycastle:bcpg-fips:2.1.2"
41+
api "org.bouncycastle:bc-fips:2.1.2"
4242
testImplementation project(":test:framework")
4343
testImplementation 'com.google.jimfs:jimfs:1.3.0'
4444
testRuntimeOnly("com.google.guava:guava:${versions.guava}") {

0 commit comments

Comments
 (0)