From b6d13875e6852e7ee606793f579f80c70562cb5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 11:40:50 +0000 Subject: [PATCH] Bump org.bouncycastle:bcpkix-jdk18on from 1.84 to 1.85 Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) 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:bcpkix-jdk18on dependency-version: '1.85' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1f95938..4a6c083 100644 --- a/build.gradle +++ b/build.gradle @@ -43,8 +43,8 @@ dependencies { implementation 'net.java.dev.jna:jna:5.14.0' implementation 'org.yaml:snakeyaml:2.2' implementation 'org.apache.pdfbox:pdfbox:3.0.2' - implementation 'org.bouncycastle:bcprov-jdk18on:1.84' - implementation 'org.bouncycastle:bcpkix-jdk18on:1.84' + implementation 'org.bouncycastle:bcprov-jdk18on:1.85' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.85' implementation 'tools.jackson.core:jackson-databind:3.2.1' testImplementation platform('org.junit:junit-bom:6.0.0')