Skip to content

Commit 7868f18

Browse files
Bump org.bouncycastle:bc-fips in /distribution/tools/plugin-cli
Bumps org.bouncycastle:bc-fips from 2.0.0 to 2.1.0. --- updated-dependencies: - dependency-name: org.bouncycastle:bc-fips dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ee5eeb commit 7868f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/tools/plugin-cli/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
compileOnly project(":server")
3939
compileOnly project(":libs:opensearch-cli")
4040
api "org.bouncycastle:bcpg-fips:2.0.9"
41-
api "org.bouncycastle:bc-fips:2.0.0"
41+
api "org.bouncycastle:bc-fips:2.1.0"
4242
testImplementation(project(":test:framework")) {
4343
exclude group: 'org.bouncycastle'
4444
}

0 commit comments

Comments
 (0)