From 5911e5813060e1f83e6a4ed5e29420fce5c85c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:27:30 +0000 Subject: [PATCH] chore(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.81 to 1.82 Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.81 to 1.82. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcpkix-jdk18on dependency-version: '1.82' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3e4d1cc5..1f02fd94 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ val nettyVersion = "4.2.6.Final" val junitJupiterVersion = "5.13.4" val freemarkerVersion = "2.3.34" val kotestVersion = "6.0.3" -val bouncyCastleVersion = "1.81" +val bouncyCastleVersion = "1.82" val springBootVersion = "3.5.5" val reactorTestVersion = "3.7.11" val ktorVersion = "2.3.13"