From 296b0f5957c0940d8d9f3c4c2f8578666fb51971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 01:03:34 +0000 Subject: [PATCH] Bump org.bouncycastle:bc-fips in the gradle group across 1 directory Bumps the gradle group with 1 update in the / directory: org.bouncycastle:bc-fips. Updates `org.bouncycastle:bc-fips` from 2.0.0 to 2.0.1 --- updated-dependencies: - dependency-name: org.bouncycastle:bc-fips dependency-version: 2.0.1 dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f0b39c4..62837b0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -bouncycastleFips = "2.0.0" +bouncycastleFips = "2.0.1" dependencyLicenseReport = "2.7" jackson = "2.21.3" kotest = "5.9.1"