From a49a55f6484778cc7e13051724474a0d2827a8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 16:52:39 +0000 Subject: [PATCH] chore(deps): bump org.bouncycastle:bcpg-jdk18on Bumps the gradle group with 1 update in the / directory: [org.bouncycastle:bcpg-jdk18on](https://github.com/bcgit/bc-java). Updates `org.bouncycastle:bcpg-jdk18on` from 1.84 to 1.85 - [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:bcpg-jdk18on dependency-version: '1.85' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... 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 7c4ff08..ba4f9fa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { force( "com.google.protobuf:protobuf-java:3.25.9", "com.google.protobuf:protobuf-kotlin:3.25.9", - "org.bouncycastle:bcpg-jdk18on:1.84", + "org.bouncycastle:bcpg-jdk18on:1.85", "org.bitbucket.b_c:jose4j:0.9.6", "org.jdom:jdom2:2.0.6.1", )