From b89e9d48a12b9b3a5e137d3bcac792f1aa010904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 08:37:55 +0000 Subject: [PATCH] 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] --- distribution/tools/plugin-cli/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/tools/plugin-cli/build.gradle b/distribution/tools/plugin-cli/build.gradle index ecb86ecb1eb0b..eb6ffa8c4494b 100644 --- a/distribution/tools/plugin-cli/build.gradle +++ b/distribution/tools/plugin-cli/build.gradle @@ -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' }