Skip to content

Commit

Permalink
Bump org.bouncycastle:bc-fips in /distribution/tools/plugin-cli
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Mar 9, 2025
1 parent 2813efe commit b89e9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/tools/plugin-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
compileOnly project(":server")
compileOnly project(":libs:opensearch-cli")
api "org.bouncycastle:bcpg-fips:2.0.9"
api "org.bouncycastle:bc-fips:2.0.0"
api "org.bouncycastle:bc-fips:2.1.0"
testImplementation(project(":test:framework")) {
exclude group: 'org.bouncycastle'
}
Expand Down

0 comments on commit b89e9d4

Please sign in to comment.